ReadOnlyEventColumnInfo.IdentityKey Property
Gets the SQL Foundation Class identity key value.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ReadOnlyEventColumnInfo.Key
Get
'Usage
Dim instance As ReadOnlyEventColumnInfo
Dim value As ReadOnlyEventColumnInfo.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public ReadOnlyEventColumnInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ReadOnlyEventColumnInfo.Key^ IdentityKey {
ReadOnlyEventColumnInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ReadOnlyEventColumnInfo.Key
function get IdentityKey () : ReadOnlyEventColumnInfo.Key
Property Value
Type: Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key
An SfcKey value.
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.