Condividi tramite


Proprietà Package.ID

Gets a Guid object that contains the Id.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property ID As Guid 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Guid
A Guid object that contains the Id.

Vedere anche

Riferimento

Package Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent