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 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.