ServerGroup.Key 构造函数

定义

重载

名称 说明
ServerGroup.Key()

泛型密钥生成的默认构造函数

ServerGroup.Key(ServerGroup+Key)

Constructors

ServerGroup.Key(String)

ServerGroup.Key()

泛型密钥生成的默认构造函数

public Key();
Public Sub New ()

适用于

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)

参数

适用于

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)

参数

name
String

适用于