Condition.Key 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | 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)
參數
- 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