Compartir a través de


PolicyStore.PolicyCategories Propiedad

Represents a collection of PolicyCategory objects. Each PolicyCategory object represents a policy-based Management policy category.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(PolicyCategory))> _
Public ReadOnly Property PolicyCategories As PolicyCategoryCollection 
    Get
'Uso
Dim instance As PolicyStore 
Dim value As PolicyCategoryCollection 

value = instance.PolicyCategories
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(PolicyCategory))]
public PolicyCategoryCollection PolicyCategories { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(PolicyCategory))]
public:
property PolicyCategoryCollection^ PolicyCategories {
    PolicyCategoryCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(PolicyCategory))>]
member PolicyCategories : PolicyCategoryCollection
function get PolicyCategories () : PolicyCategoryCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Dmf.PolicyCategoryCollection
A PolicyCategoryCollection object that represents all the policy categories that are defined on the policy store.

Comentarios

This collection references specific object sets by specifying the name of the policy category. To add a new policy category to the collection, call the policy category constructor PolicyCategory.

Vea también

Referencia

PolicyStore Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf