次の方法で共有


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

適用対象