Condition.Key コンストラクター

定義

オーバーロード

名前 説明
Condition.Key()

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

Condition.Key(Condition+Key)

Constructors

Condition.Key(String)

Condition.Key()

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

public Key();
Public Sub New ()

適用対象

Condition.Key(Condition+Key)

Constructors

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

パラメーター

適用対象

Condition.Key(String)

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

パラメーター

name
String

適用対象