Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.