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 ServerGroup.Key class that is based on the referenced key object.
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxis
'Declaración
Public Sub New ( _
other As ServerGroup.Key _
)
'Uso
Dim other As ServerGroup.Key
Dim instance As New ServerGroup.Key(other)
public Key(
ServerGroup.Key other
)
public:
Key(
ServerGroup.Key^ other
)
new :
other:ServerGroup.Key -> Key
public function ServerGroup.Key(
other : ServerGroup.Key
)
Parámetros
- other
Tipo: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
A ServerGroup.Key value that specifies an existing key object on which to base the new object.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers