Share via


RegisteredServer.Key Constructor (RegisteredServer.Key)

Initializes a new instance of the RegisteredServer.Key class based on the referenced key object.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Public Sub New ( _
    other As RegisteredServer.Key _
)
'Usage
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
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

RegisteredServer.Key Class

RegisteredServer.Key Overload

Microsoft.SqlServer.Management.RegisteredServers Namespace