Condition.Key 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| 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)
参数
- other
- 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