Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the ID of the current executing package.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Property CurrentExecutingPackageID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that contains the ID, represented as a GUID, of the current executing package.