指定した親とカスタムの比較演算子を使用して、CatalogCollection クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
Public Sub New ( _
parent As IntegrationServices, _
customComparer As IComparer(Of String) _
)
'使用
Dim parent As IntegrationServices
Dim customComparer As IComparer(Of String)
Dim instance As New CatalogCollection(parent, _
customComparer)
public CatalogCollection(
IntegrationServices parent,
IComparer<string> customComparer
)
public:
CatalogCollection(
IntegrationServices^ parent,
IComparer<String^>^ customComparer
)
new :
parent:IntegrationServices *
customComparer:IComparer<string> -> CatalogCollection
public function CatalogCollection(
parent : IntegrationServices,
customComparer : IComparer<String>
)
パラメーター
- parent
型: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
カタログの親。
- customComparer
型: System.Collections.Generic.IComparer<String>
カスタムの比較演算子。