Costruttore RegisteredServer.Key (RegisteredServer.Key)
Initializes a new instance of the RegisteredServer.Key class based on the referenced key object.
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
other As RegisteredServer.Key _
)
'Utilizzo
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
)
Parametri
- 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.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers