ServerGroup.Key Constructors

Definition

Overloads

ServerGroup.Key()

Default constructor for generic Key generation

ServerGroup.Key(ServerGroup+Key)

Constructors

ServerGroup.Key(String)

ServerGroup.Key()

Default constructor for generic Key generation

public Key ();
Public Sub New ()

Applies to

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)

Parameters

Applies to

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)

Parameters

name
String

Applies to