ServerGroup Constructor (ServerGroup, String)
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- serverGroup
- name
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ServerGroup Class
ServerGroup Members
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace