EventInfo.IdentityKey Property
Gets the identity key.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EventInfo.Key
Get
'Usage
Dim instance As EventInfo
Dim value As EventInfo.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public EventInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property EventInfo.Key^ IdentityKey {
EventInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : EventInfo.Key
function get IdentityKey () : EventInfo.Key
Property Value
Type: Microsoft.SqlServer.Management.XEvent.EventInfo.Key
An EventInfo.Key object.