Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.