Gets the identity key for an EventField object.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EventField.Key
Get
'用途
Dim instance As EventField
Dim value As EventField.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public EventField.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property EventField.Key^ IdentityKey {
EventField.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : EventField.Key
function get IdentityKey () : EventField.Key
屬性值
型別:Microsoft.SqlServer.Management.XEvent.EventField.Key
An integer that contains the identity key.