Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ServerGroup object based on the specified server group and with the specified name.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Sub New ( _
serverGroup As ServerGroup, _
name As String _
)
'Utilisation
Dim serverGroup As ServerGroup
Dim name As String
Dim instance As New ServerGroup(serverGroup, _
name)
public ServerGroup(
ServerGroup serverGroup,
string name
)
public:
ServerGroup(
ServerGroup^ serverGroup,
String^ name
)
new :
serverGroup:ServerGroup *
name:string -> ServerGroup
public function ServerGroup(
serverGroup : ServerGroup,
name : String
)
Paramètres
- serverGroup
Type : Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup
A ServerGroup object value that specifies the server group on which to base the new server group.
- name
Type : System.String
A String value that specifies the name of the server group.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.RegisteredServers