ServerGroupCollection コンストラクター

指定した親オブジェクトおよび指定した比較インターフェイスに基づいて ServerGroupCollection クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.RegisteredServers
アセンブリ:  Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)

構文

'宣言
Public Sub New ( _
    parent As ServerGroupParent, _
    customComparer As IComparer(Of String) _
)
'使用
Dim parent As ServerGroupParent 
Dim customComparer As IComparer(Of String)

Dim instance As New ServerGroupCollection(parent, _
    customComparer)
public ServerGroupCollection(
    ServerGroupParent parent,
    IComparer<string> customComparer
)
public:
ServerGroupCollection(
    ServerGroupParent^ parent, 
    IComparer<String^>^ customComparer
)
new : 
        parent:ServerGroupParent * 
        customComparer:IComparer<string> -> ServerGroupCollection
public function ServerGroupCollection(
    parent : ServerGroupParent, 
    customComparer : IComparer<String>
)

パラメーター

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

ServerGroupCollection クラス

Microsoft.SqlServer.Management.RegisteredServers 名前空間