Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the identifier of the package that is the source of the message.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Property DTSMessagePackageID As String
Get
Set
'Usage
Dim instance As IMessageQueueTask
Dim value As String
value = instance.DTSMessagePackageID
instance.DTSMessagePackageID = value
string DTSMessagePackageID { get; set; }
property String^ DTSMessagePackageID {
String^ get ();
void set (String^ value);
}
abstract DTSMessagePackageID : string with get, set
function get DTSMessagePackageID () : String
function set DTSMessagePackageID (value : String)
Property Value
Type: System.String
The identifier of the package that is the source of the message.