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
)
参数
- other
类型:Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
A ServerGroup.Key value that specifies an existing key object on which to base the new object.
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。