次の方法で共有


TypeInfo.IdentityKey プロパティ

TypeInfo オブジェクトの ID キーを取得します。

名前空間:  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
SfcKey を返します。

関連項目

参照

TypeInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間