次の方法で共有


VolumeCollection コンストラクター

定義

VolumeCollection クラスの新しいインスタンスを初期化します。

オーバーロード

VolumeCollection(Computer)

指定したコンピューターの VolumeCollection クラスの新しいインスタンスを初期化します。

VolumeCollection(Computer, IComparer<String>)

指定されたコンピューター上で、指定された比較演算子インターフェイスを使用して VolumeCollection クラスの新しいインスタンスを初期化します。

注釈

既定のコンストラクターは、すべてのフィールドを既定値に初期化します。

VolumeCollection(Computer)

指定したコンピューターの VolumeCollection クラスの新しいインスタンスを初期化します。

public:
 VolumeCollection(Microsoft::SqlServer::Management::Utility::Computer ^ parent);
public VolumeCollection (Microsoft.SqlServer.Management.Utility.Computer parent);
new Microsoft.SqlServer.Management.Utility.VolumeCollection : Microsoft.SqlServer.Management.Utility.Computer -> Microsoft.SqlServer.Management.Utility.VolumeCollection
Public Sub New (parent As Computer)

パラメーター

parent
Computer

コレクションの親を示す Computer オブジェクトです。

注釈

既定のコンストラクターは、すべてのフィールドを既定値に初期化します。

適用対象

VolumeCollection(Computer, IComparer<String>)

指定されたコンピューター上で、指定された比較演算子インターフェイスを使用して VolumeCollection クラスの新しいインスタンスを初期化します。

public:
 VolumeCollection(Microsoft::SqlServer::Management::Utility::Computer ^ parent, System::Collections::Generic::IComparer<System::String ^> ^ customComparer);
public VolumeCollection (Microsoft.SqlServer.Management.Utility.Computer parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.Utility.VolumeCollection : Microsoft.SqlServer.Management.Utility.Computer * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.Utility.VolumeCollection
Public Sub New (parent As Computer, customComparer As IComparer(Of String))

パラメーター

parent
Computer

コレクションの親を示す Computer オブジェクトです。

customComparer
IComparer<String>

カスタムの比較演算子インターフェイスを指定する IComparer<T> オブジェクトです。

適用対象