Event.ID 屬性
Gets the ID property as Int32.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property ID As Integer
Get
'用途
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
屬性值
型別:System.Int32
An Int value that specifies the ID of the event.