Partager via


Constructeur ServerGroup (String)

Initializes a new instance of the ServerGroup object that has 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 ( _
    name As String _
)
'Utilisation
Dim name As String 

Dim instance As New ServerGroup(name)
public ServerGroup(
    string name
)
public:
ServerGroup(
    String^ name
)
new : 
        name:string -> ServerGroup
public function ServerGroup(
    name : String
)

Paramètres

Voir aussi

Référence

ServerGroup Classe

Surcharge ServerGroup

Espace de noms Microsoft.SqlServer.Management.Smo.RegisteredServers

Autres ressources

Gestion des serveurs inscrits

sp_ActiveDirectory_SCP (Transact-SQL)