ReadOnlyEventColumnInfo.Key コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| ReadOnlyEventColumnInfo.Key() |
汎用キー生成の既定のコンストラクター |
| ReadOnlyEventColumnInfo.Key(ReadOnlyEventColumnInfo+Key) |
Constructors |
| ReadOnlyEventColumnInfo.Key(Dictionary<String,Object>) |
ReadOnlyEventColumnInfo.Key クラスの新しいインスタンスを初期化します。 |
| ReadOnlyEventColumnInfo.Key(String) |
ReadOnlyEventColumnInfo.Key()
汎用キー生成の既定のコンストラクター
public Key();
Public Sub New ()
適用対象
ReadOnlyEventColumnInfo.Key(ReadOnlyEventColumnInfo+Key)
Constructors
public Key(Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key other);
new Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key : Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key -> Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key
Public Sub New (other As ReadOnlyEventColumnInfo.Key)
パラメーター
適用対象
ReadOnlyEventColumnInfo.Key(Dictionary<String,Object>)
ReadOnlyEventColumnInfo.Key クラスの新しいインスタンスを初期化します。
public Key(System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key
Public Sub New (filedDict As Dictionary(Of String, Object))
パラメーター
- filedDict
- Dictionary<String,Object>
Urn フラグメントを表す名前と値のペアのセット。
適用対象
ReadOnlyEventColumnInfo.Key(String)
public Key(string name);
new Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key : string -> Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key
Public Sub New (name As String)
パラメーター
- name
- String