Compartilhar via


Propriedade CurrentExecutingPackageID

Gets or sets the ID of the current executing package.

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (em Microsoft.SqlServer.MSMQTask.dll)

Sintaxe

'Declaração
Public Property CurrentExecutingPackageID As String
    Get
    Set
'Uso
Dim instance As MessageQueueTask
Dim value As String

value = instance.CurrentExecutingPackageID

instance.CurrentExecutingPackageID = value
public string CurrentExecutingPackageID { get; set; }
public:
property String^ CurrentExecutingPackageID {
    String^ get ();
    void set (String^ value);
}
member CurrentExecutingPackageID : string with get, set
function get CurrentExecutingPackageID () : String
function set CurrentExecutingPackageID (value : String)

Valor da propriedade

Tipo: System. . :: . .String
A String that contains the ID, represented as a GUID, of the current executing package.