共用方式為


MessageQueueTask.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.

請參閱

參考

MessageQueueTask 類別

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask 命名空間