Computer.Key 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 Computer.Key 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| Computer.Key() |
初始化一個擁有指定名稱的類別新實例 Computer.Key 。 |
| Computer.Key(Computer+Key) |
根據指定的鍵值初始化該類別的新實例 Computer.Key 。 |
| Computer.Key(String) |
初始化一個擁有指定名稱的類別新實例 Computer.Key 。 |
備註
此命名空間、類別或成員僅支援於 Microsoft .NET 框架 2.0 版本。
Computer.Key()
Computer.Key(Computer+Key)
根據指定的鍵值初始化該類別的新實例 Computer.Key 。
public:
Key(Microsoft::SqlServer::Management::Utility::Computer::Key ^ other);
public Key(Microsoft.SqlServer.Management.Utility.Computer.Key other);
new Microsoft.SqlServer.Management.Utility.Computer.Key : Microsoft.SqlServer.Management.Utility.Computer.Key -> Microsoft.SqlServer.Management.Utility.Computer.Key
Public Sub New (other As Computer.Key)
參數
- other
- Computer.Key
一個 Computer.Key 指定另一個鍵的值。
適用於
Computer.Key(String)
初始化一個擁有指定名稱的類別新實例 Computer.Key 。
public:
Key(System::String ^ name);
public Key(string name);
new Microsoft.SqlServer.Management.Utility.Computer.Key : string -> Microsoft.SqlServer.Management.Utility.Computer.Key
Public Sub New (name As String)