ComputerCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ComputerCollection クラスの新しいインスタンスを初期化します。
オーバーロード
| ComputerCollection(Utility) |
指定したユーティリティ ドメインに基づいて、ComputerCollection クラスの新しいインスタンスを初期化します。 |
| ComputerCollection(Utility, IComparer<String>) |
指定したユーティリティ ドメインと指定した比較演算子インターフェイスに基づいて、ComputerCollection クラスの新しいインスタンスを初期化します。 |
注釈
既定のコンストラクターは、すべてのフィールドを既定値に初期化します。
ComputerCollection(Utility)
指定したユーティリティ ドメインに基づいて、ComputerCollection クラスの新しいインスタンスを初期化します。
public:
ComputerCollection(Microsoft::SqlServer::Management::Utility::Utility ^ parent);
public ComputerCollection (Microsoft.SqlServer.Management.Utility.Utility parent);
new Microsoft.SqlServer.Management.Utility.ComputerCollection : Microsoft.SqlServer.Management.Utility.Utility -> Microsoft.SqlServer.Management.Utility.ComputerCollection
Public Sub New (parent As Utility)
パラメーター
注釈
既定のコンストラクターは、すべてのフィールドを既定値に初期化します。
適用対象
ComputerCollection(Utility, IComparer<String>)
指定したユーティリティ ドメインと指定した比較演算子インターフェイスに基づいて、ComputerCollection クラスの新しいインスタンスを初期化します。
public:
ComputerCollection(Microsoft::SqlServer::Management::Utility::Utility ^ parent, System::Collections::Generic::IComparer<System::String ^> ^ customComparer);
public ComputerCollection (Microsoft.SqlServer.Management.Utility.Utility parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.Utility.ComputerCollection : Microsoft.SqlServer.Management.Utility.Utility * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.Utility.ComputerCollection
Public Sub New (parent As Utility, customComparer As IComparer(Of String))