Condition.Key Constructors

Definition

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

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

Applies to