Partager via


Propriété IMessageQueueTask.DTSMessagePackageID

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the identifier of the package that is the source of the message.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly :  Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)

Syntaxe

'Déclaration
Property DTSMessagePackageID As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The identifier of the package that is the source of the message.

Voir aussi

Référence

IMessageQueueTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.MessageQueueTask