Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the ID property as Int32.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property ID As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An Int value that specifies the ID of the event.