Proprietà Event.ID

Gets the ID property as Int32.

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 Integer 
    Get
'Utilizzo
Dim instance As Event 
Dim value As Integer 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member ID : int
function get ID () : int

Valore proprietà

Tipo: System.Int32
An Int value that specifies the ID of the event.

Vedere anche

Riferimento

Event Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent