EventColumnInfo.IdentityKey 属性

Gets the SfcKey of an EventColumnInfo object.

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

语法

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

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

属性值

类型:Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key
The identity key as SfcKey.

注释

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.

请参阅

参考

EventColumnInfo 类

Microsoft.SqlServer.Management.XEvent 命名空间