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

适用于