DataEventColumnInfo.IdentityKey 属性

Gets the SQL Foundation Class key of an DataEventColumnInfo object.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As DataEventColumnInfo.Key 
    Get
用法
Dim instance As DataEventColumnInfo 
Dim value As DataEventColumnInfo.Key 

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

属性值

类型:Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key
Returns the identity key.

注释

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.

请参阅

参考

DataEventColumnInfo 类

Microsoft.SqlServer.Management.XEvent 命名空间