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 identity key of a Target 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 Target.Key
Get
'Usage
Dim instance As Target
Dim value As Target.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public Target.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Target.Key^ IdentityKey {
Target.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Target.Key
function get IdentityKey () : Target.Key
Property Value
Type: Microsoft.SqlServer.Management.XEvent.Target.Key
An integer value that contains the identity key.