Конструктор ServerGroup (ServerGroup, String)
Initializes a new instance of the ServerGroup class that has the specified name and is a subgroup of the specified parent.
Пространство имен: Microsoft.SqlServer.Management.RegisteredServers
Сборка: Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)
Синтаксис
'Декларация
Public Sub New ( _
parent As ServerGroup, _
name As String _
)
'Применение
Dim parent As ServerGroup
Dim name As String
Dim instance As New ServerGroup(parent, _
name)
public ServerGroup(
ServerGroup parent,
string name
)
public:
ServerGroup(
ServerGroup^ parent,
String^ name
)
new :
parent:ServerGroup *
name:string -> ServerGroup
public function ServerGroup(
parent : ServerGroup,
name : String
)
Параметры
- parent
Тип: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A ServerGroup object that specifies the parent server group.
- name
Тип: System.String
A String value that specifies the name of the server group.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.RegisteredServers