言語

ServerGroup コンストラクター

定義

オーバーロード

ServerGroup()

public ServerGroup();
Public Sub New ()

適用対象

ServerGroup(String)

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

パラメーター

name
String

適用対象

ServerGroup(ServerGroup, String)

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

パラメーター

parent
ServerGroup
name
String

適用対象