Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Sub New ( _
serverGroup As ServerGroup, _
name As String _
)
public ServerGroup (
ServerGroup serverGroup,
string name
)
public:
ServerGroup (
ServerGroup^ serverGroup,
String^ name
)
public ServerGroup (
ServerGroup serverGroup,
String name
)
public function ServerGroup (
serverGroup : ServerGroup,
name : String
)
Parameters
- serverGroup
- name
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ServerGroup Class
ServerGroup Members
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace