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 identifier of the package that is the source of the message.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Property DTSMessagePackageID As String
Get
Set
'Usage
Dim instance As MessageQueueTask
Dim value As String
value = instance.DTSMessagePackageID
instance.DTSMessagePackageID = value
public string DTSMessagePackageID { get; set; }
public:
virtual property String^ DTSMessagePackageID {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DTSMessagePackageID : string with get, set
override DTSMessagePackageID : string with get, set
final function get DTSMessagePackageID () : String
final function set DTSMessagePackageID (value : String)
Property Value
Type: System.String
A String that contains the identifier of the package that is the source of the message.
Implements
IMessageQueueTask.DTSMessagePackageID