此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the identifier of the package that is the source of the message.
命名空間: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
組件: Microsoft.SqlServer.MSMQTask (在 Microsoft.SqlServer.MSMQTask.dll 中)
語法
'宣告
Property DTSMessagePackageID As String
Get
Set
'用途
Dim instance As IMessageQueueTask
Dim value As String
value = instance.DTSMessagePackageID
instance.DTSMessagePackageID = value
string DTSMessagePackageID { get; set; }
property String^ DTSMessagePackageID {
String^ get ();
void set (String^ value);
}
abstract DTSMessagePackageID : string with get, set
function get DTSMessagePackageID () : String
function set DTSMessagePackageID (value : String)
屬性值
型別:System.String
The identifier of the package that is the source of the message.