Share via


PolicyCategoryCollection Constructor (PolicyStore, IComparer<String>)

Initializes a new instance of the PolicyCategoryCollection class.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As PolicyStore, _
    customComparer As IComparer(Of String) _
)
'Usage
Dim parent As PolicyStore 
Dim customComparer As IComparer(Of String)

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

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

PolicyCategoryCollection Class

PolicyCategoryCollection Overload

Microsoft.SqlServer.Management.Dmf Namespace