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 IdentityKey property.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Event.Key
Get
'Usage
Dim instance As Event
Dim value As Event.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public Event.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Event.Key^ IdentityKey {
Event.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Event.Key
function get IdentityKey () : Event.Key
Property Value
Type: Microsoft.SqlServer.Management.XEvent.Event.Key
The key object for the event.