PolicyCategoryCollection 생성자 (PolicyStore, IComparer<String>)
Initializes a new instance of the PolicyCategoryCollection class.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Sub New ( _
parent As PolicyStore, _
customComparer As IComparer(Of String) _
)
‘사용 방법
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>
)
매개 변수
- parent
유형: Microsoft.SqlServer.Management.Dmf.PolicyStore
A PolicyStore object value that specifies the parent of the PolicyCategoryCollection object.
- customComparer
유형: System.Collections.Generic.IComparer<String>
An [IComparer(System.String)] object value that specifies the parent of the comparison interface that is associated with the policy category.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.