Condition.Key Konstruktoren

Definition

Überlädt

Name Beschreibung
Condition.Key()

Standardkonstruktor für generische Schlüsselgenerierung

Condition.Key(Condition+Key)

Constructors

Condition.Key(String)

Condition.Key()

Standardkonstruktor für generische Schlüsselgenerierung

public Key();
Public Sub New ()

Gilt für:

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)

Parameter

Gilt für:

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)

Parameter

name
String

Gilt für: