TargetColumnInfo.Key コンストラクター

定義

オーバーロード

名前 説明
TargetColumnInfo.Key()

汎用キー生成の既定のコンストラクター

TargetColumnInfo.Key(TargetColumnInfo+Key)

Constructors

TargetColumnInfo.Key(Dictionary<String,Object>)

TargetColumnInfo.Key クラスの新しいインスタンスを初期化します。

TargetColumnInfo.Key(String)

TargetColumnInfo.Key クラスの新しいインスタンスを初期化します。

TargetColumnInfo.Key()

汎用キー生成の既定のコンストラクター

public Key();
Public Sub New ()

適用対象

TargetColumnInfo.Key(TargetColumnInfo+Key)

Constructors

public Key(Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key other);
new Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key : Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key -> Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
Public Sub New (other As TargetColumnInfo.Key)

パラメーター

other
TargetColumnInfo.Key

もう 1 つ。

適用対象

TargetColumnInfo.Key(Dictionary<String,Object>)

TargetColumnInfo.Key クラスの新しいインスタンスを初期化します。

public Key(System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
Public Sub New (filedDict As Dictionary(Of String, Object))

パラメーター

filedDict
Dictionary<String,Object>

Urn フラグメントを表す名前と値のペアのセット。

適用対象

TargetColumnInfo.Key(String)

TargetColumnInfo.Key クラスの新しいインスタンスを初期化します。

public Key(string name);
new Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key : string -> Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
Public Sub New (name As String)

パラメーター

name
String

名前。

適用対象