Propriété CurrentExecutingPackageID
Gets or sets the ID of the current executing package.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly : Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)
Syntaxe
'Déclaration
Public Property CurrentExecutingPackageID As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A String that contains the ID, represented as a GUID, of the current executing package.
Voir aussi