Propriété Package.ID
Gets a Guid object that contains the Id.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property ID As Guid
Get
'Utilisation
Dim instance As Package
Dim value As Guid
value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public Guid ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property Guid ID {
Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member ID : Guid
function get ID () : Guid
Valeur de propriété
Type : System.Guid
A Guid object that contains the Id.