Gets the SQL Foundation Class identity key value.
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ReadOnlyEventColumnInfo.Key
Get
用法
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
属性值
类型:Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key
An SfcKey value.
注释
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.