Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Action.Key object of an ActionInfo 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 ActionInfo.Key
Get
'Usage
Dim instance As ActionInfo
Dim value As ActionInfo.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public ActionInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ActionInfo.Key^ IdentityKey {
ActionInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ActionInfo.Key
function get IdentityKey () : ActionInfo.Key
Property Value
Type: Microsoft.SqlServer.Management.XEvent.ActionInfo.Key
A Action.Key object that identifies an ActionInfo object.