CurrentExecutingPackageID 属性

Gets or sets the ID of the current executing package.

命名空间:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
程序集:  Microsoft.SqlServer.MSMQTask(在 Microsoft.SqlServer.MSMQTask.dll 中)

语法

声明
Public Property CurrentExecutingPackageID As String
    Get
    Set
用法
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)

属性值

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