MessageQueueTask.CurrentExecutingPackageID Propiedad
Gets or sets the ID of the current executing package.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Ensamblado: Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)
Sintaxis
'Declaración
Public Property CurrentExecutingPackageID As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A String that contains the ID, represented as a GUID, of the current executing package.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.MessageQueueTask