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>
)
パラメーター
- parent
型: Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent
参照先のオブジェクトの親を示す ServerGroup 値です。
- customComparer
型: System.Collections.Generic.IComparer<String>
比較インターフェイスを示す [T:System.Collections.Generic.IComparer(System.String)] 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。