Свойство Action.IdentityKey
Gets the identity key for an Action object.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Action.Key
Get
'Применение
Dim instance As Action
Dim value As Action.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public Action.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Action.Key^ IdentityKey {
Action.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Action.Key
function get IdentityKey () : Action.Key
Значение свойства
Тип: Microsoft.SqlServer.Management.XEvent.Action.Key
An Action object that contains the identity key.