言語

ComputerCollection コンストラクター

定義

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)

パラメーター

parent
Utility

コレクションの親を指定する 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))

パラメーター

parent
Utility

コレクションの親を指定する Utility オブジェクトです。

customComparer
IComparer<String>

カスタム比較器インターフェースを指定するIComparer文字列オブジェクト。

適用対象