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 RegisteredServer class with the specified name and server.
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As ServerGroup, _
name As String _
)
'Utilisation
Dim parent As ServerGroup
Dim name As String
Dim instance As New RegisteredServer(parent, _
name)
public RegisteredServer(
ServerGroup parent,
string name
)
public:
RegisteredServer(
ServerGroup^ parent,
String^ name
)
new :
parent:ServerGroup *
name:string -> RegisteredServer
public function RegisteredServer(
parent : ServerGroup,
name : String
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A ServerGroup value that specifies the parent of the object.
- name
Type : System.String
A String that specifies the name of the server.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.RegisteredServers