Volume.Key 建構函式

定義

初始化 Volume.Key 類別的新執行個體。

多載

名稱 Description
Volume.Key()

初始化一個擁有指定名稱的類別新實例 Volume.Key

Volume.Key(Volume+Key)

根據指定的鍵值初始化該類別的新實例 Volume.Key

Volume.Key(String)

初始化一個擁有指定名稱的類別新實例 Volume.Key

Volume.Key()

初始化一個擁有指定名稱的類別新實例 Volume.Key

public:
 Key();
public Key();
Public Sub New ()

適用於

Volume.Key(Volume+Key)

根據指定的鍵值初始化該類別的新實例 Volume.Key

public:
 Key(Microsoft::SqlServer::Management::Utility::Volume::Key ^ other);
public Key(Microsoft.SqlServer.Management.Utility.Volume.Key other);
new Microsoft.SqlServer.Management.Utility.Volume.Key : Microsoft.SqlServer.Management.Utility.Volume.Key -> Microsoft.SqlServer.Management.Utility.Volume.Key
Public Sub New (other As Volume.Key)

參數

other
Volume.Key

一個 Volume.Key 指定另一個鍵的值。

適用於

Volume.Key(String)

初始化一個擁有指定名稱的類別新實例 Volume.Key

public:
 Key(System::String ^ name);
public Key(string name);
new Microsoft.SqlServer.Management.Utility.Volume.Key : string -> Microsoft.SqlServer.Management.Utility.Volume.Key
Public Sub New (name As String)

參數

name
String

一個 String 指定鍵名稱的值。

適用於