Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.