ServerGroup.Key Konstruktoren

Definition

Überlädt

Name Beschreibung
ServerGroup.Key()

Standardkonstruktor für generische Schlüsselgenerierung

ServerGroup.Key(ServerGroup+Key)

Constructors

ServerGroup.Key(String)

ServerGroup.Key()

Standardkonstruktor für generische Schlüsselgenerierung

public Key();
Public Sub New ()

Gilt für:

ServerGroup.Key(ServerGroup+Key)

Constructors

public Key(Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key other);
new Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key : Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key -> Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
Public Sub New (other As ServerGroup.Key)

Parameter

Gilt für:

ServerGroup.Key(String)

public Key(string name);
new Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key : string -> Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
Public Sub New (name As String)

Parameter

name
String

Gilt für: