Conditions 속성

Represents a collection of Condition objects. Each Condition object represents a policy-based Management condition.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Condition))> _
Public ReadOnly Property Conditions As ConditionCollection
    Get
‘사용 방법
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

속성 값

유형: Microsoft.SqlServer.Management.Dmf. . :: . .ConditionCollection
A ConditionCollection object that represents all the conditions that are defined on the policy store.

주의

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.