言語

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> オブジェクトです。

適用対象