ServerGroup.Key 构造函数 (ServerGroup.Key)

Initializes a new instance of the ServerGroup..::..Key class that is based on the referenced key object.

命名空间:  Microsoft.SqlServer.Management.RegisteredServers
程序集:  Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

语法

声明
Public Sub New ( _
    other As ServerGroup..::..Key _
)
用法
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
)

参数

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。