TypeInfo.IdentityKey 属性

Gets the identity key of a TypeInfo object.

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

语法

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

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

属性值

类型:Microsoft.SqlServer.Management.XEvent.TypeInfo.Key
Returns an SfcKey.

请参阅

参考

TypeInfo 类

Microsoft.SqlServer.Management.XEvent 命名空间