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
)
參數
- 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 版支援此命名空間、類別或成員。