Share via


TargetColumnInfo.IdentityKey Property

Gets the identity key of a TargetColumnInfo 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 TargetColumnInfo.Key 
    Get
'Usage
Dim instance As TargetColumnInfo 
Dim value As TargetColumnInfo.Key 

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

Property Value

Type: Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
Returns an SfcKey.

Remarks

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

See Also

Reference

TargetColumnInfo Class

Microsoft.SqlServer.Management.XEvent Namespace