RegisteredServer.Key Constructor (RegisteredServer.Key)
Initializes a new instance of the RegisteredServer..::..Key class 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 RegisteredServer..::..Key _
)
'Uso
Dim other As RegisteredServer..::..Key
Dim instance As New RegisteredServer..::..Key(other)
public Key(
RegisteredServer..::..Key other
)
public:
Key(
RegisteredServer..::..Key^ other
)
new :
other:RegisteredServer..::..Key -> Key
public function RegisteredServer..::..Key(
other : RegisteredServer..::..Key
)
Parámetros
- other
Tipo: Microsoft.SqlServer.Management.RegisteredServers. . :: . .RegisteredServer. . :: . .Key
A RegisteredServer..::..Key value that specifies an existing key object on which to base the new object.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.