Свойство EventField.IdentityKey
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.