PredSourceInfo.IdentityKey プロパティ

ID キーを取得します。

名前空間:  Microsoft.SqlServer.Management.XEvent
アセンブリ:  Microsoft.SqlServer.Management.XEvent (Microsoft.SqlServer.Management.XEvent.dll)

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PredSourceInfo.Key 
    Get
'使用
Dim instance As PredSourceInfo 
Dim value As PredSourceInfo.Key 

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

プロパティ値

型: Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key
キーを PredSourceInfo.Key オブジェクトとして返します。

関連項目

参照

PredSourceInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間