VolumeCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
注釈
デフォルトのコンストラクタは、任意のフィールドをデフォルト値に初期化します。
適用対象
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))
パラメーター
カスタム比較器インターフェースを指定する IComparer<T> オブジェクトです。