Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the identifier of the package that is the source of the message.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Ensamblado: Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The identifier of the package that is the source of the message.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.MessageQueueTask