Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the identity key for an Action object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Action.Key
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.XEvent.Action.Key
An Action object that contains the identity key.