Share via


MapValueInfo.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 MapValueInfo.Key 
    Get
'Usage
Dim instance As MapValueInfo 
Dim value As MapValueInfo.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public MapValueInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property MapValueInfo.Key^ IdentityKey {
    MapValueInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : MapValueInfo.Key
function get IdentityKey () : MapValueInfo.Key

Property Value

Type: Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key
An SfcKey value.

Remarks

The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is located at the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.

See Also

Reference

MapValueInfo Class

Microsoft.SqlServer.Management.XEvent Namespace