Condividi tramite


Proprietà MessageQueueTask.DTSMessagePackageID

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Sintassi

'Dichiarazione
Public Property DTSMessagePackageID As String 
    Get 
    Set
'Utilizzo
Dim instance As MessageQueueTask 
Dim value As String 

value = instance.DTSMessagePackageID

instance.DTSMessagePackageID = value
public string DTSMessagePackageID { get; set; }
public:
virtual property String^ DTSMessagePackageID {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract DTSMessagePackageID : string with get, set 
override DTSMessagePackageID : string with get, set
final function get DTSMessagePackageID () : String 
final function set DTSMessagePackageID (value : String)

Valore proprietà

Tipo: System.String
A String that contains the identifier of the package that is the source of the message.

Implementa

IMessageQueueTask.DTSMessagePackageID

Vedere anche

Riferimento

MessageQueueTask Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask