Share via


ServerGroup.Key Constructor (ServerGroup.Key)

Initializes a new instance of the ServerGroup.Key class that is 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 ServerGroup.Key _
)
'Usage
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
)

Parameters

Remarks

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

See Also

Reference

ServerGroup.Key Class

ServerGroup.Key Overload

Microsoft.SqlServer.Management.RegisteredServers Namespace