Конструктор PolicyCollection (PolicyStore, IComparer(String))
Initializes a new instance of the PolicyCollection 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 PolicyCollection(parent, _
customComparer)
public PolicyCollection(
PolicyStore parent,
IComparer<string> customComparer
)
public:
PolicyCollection(
PolicyStore^ parent,
IComparer<String^>^ customComparer
)
new :
parent:PolicyStore *
customComparer:IComparer<string> -> PolicyCollection
public function PolicyCollection(
parent : PolicyStore,
customComparer : IComparer<String>
)
Параметры
- parent
Тип: Microsoft.SqlServer.Management.Dmf. . :: . .PolicyStore
A PolicyStore object value that specifies the parent of the Policy object.
- customComparer
Тип: System.Collections.Generic. . :: . .IComparer< (Of < ( <'String> ) > ) >
A generic value that represents the compared results of a String value.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.