Condition.Key 建構函式

定義

多載

名稱 Description
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

適用於