Volume.Key 建構函式

定義

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

多載

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 值。

適用於