Condition.Key Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Condition.Key() |
Default constructor for generic Key generation |
Condition.Key(Condition+Key) |
Constructors |
Condition.Key(String) |
Condition.Key()
Default constructor for generic Key generation
public Key ();
Public Sub New ()
Applies to
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)
Parameters
- other
- Condition.Key
Applies to
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)
Parameters
- name
- String