Conditions propriété
Represents a collection of Condition objects. Each Condition object represents a policy-based Management condition.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(Condition))> _
Public ReadOnly Property Conditions As ConditionCollection
Get
'Utilisation
Dim instance As PolicyStore
Dim value As ConditionCollection
value = instance.Conditions
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Condition))]
public ConditionCollection Conditions { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(Condition))]
public:
property ConditionCollection^ Conditions {
ConditionCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Condition))>]
member Conditions : ConditionCollection
function get Conditions () : ConditionCollection
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Dmf. . :: . .ConditionCollection
A ConditionCollection object that represents all the conditions that are defined on the policy store.
Notes
This collection can reference specific conditions by specifying the name of the condition. To add a new condition to the collection, call the condition constructor Condition.
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi