RegisteredServer.Key 建構函式 (RegisteredServer.Key)
Initializes a new instance of the RegisteredServer..::..Key class based on the referenced key object.
命名空間: Microsoft.SqlServer.Management.RegisteredServers
組件: Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)
語法
'宣告
Public Sub New ( _
other As RegisteredServer..::..Key _
)
'用途
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
)
參數
- other
型別:Microsoft.SqlServer.Management.RegisteredServers. . :: . .RegisteredServer. . :: . .Key
A RegisteredServer..::..Key value that specifies an existing key object on which to base the new object.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。