Propriedade do RDL IMessageQueueTask.DTSMessagePackageID
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.MSMQTask.dll)
Sintaxe
'Declaração
Property DTSMessagePackageID As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The identifier of the package that is the source of the message.