Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the RegisteredServer class with the specified name and server.
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxis
'Declaración
Public Sub New ( _
parent As ServerGroup, _
name As String _
)
'Uso
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
)
Parámetros
- parent
Tipo: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A ServerGroup value that specifies the parent of the object.
- name
Tipo: System.String
A String that specifies the name of the server.
Vea también
Referencia
Sobrecarga de RegisteredServer
Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers