Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a collection of Policy objects. Each Policy object represents a policy-based Management policy.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(Policy))> _
Public ReadOnly Property Policies As PolicyCollection
Get
'Usage
Dim instance As PolicyStore
Dim value As PolicyCollection
value = instance.Policies
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Policy))]
public PolicyCollection Policies { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(Policy))]
public:
property PolicyCollection^ Policies {
PolicyCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Policy))>]
member Policies : PolicyCollection
function get Policies () : PolicyCollection
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Dmf.PolicyCollection
A PolicyCollection object that represents all the policies that are defined on the policy store.
Hinweise
This collection references specific object sets by specifying the name of the policy. To add a new policy to the collection, call the policy constructor Policy.