ConditionCollection Class

The ConditionCollection class represents a collection of Condition objects that represent all the conditions in the policy store.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public NotInheritable Class ConditionCollection _
    Inherits SfcDictionaryCollection(Of Condition, Condition..::..Key, PolicyStore)
'Usage
Dim instance As ConditionCollection
public sealed class ConditionCollection : SfcDictionaryCollection<Condition, Condition..::..Key, PolicyStore>
public ref class ConditionCollection sealed : public SfcDictionaryCollection<Condition^, Condition..::..Key^, PolicyStore^>
[<SealedAttribute>]
type ConditionCollection =  
    class
        inherit SfcDictionaryCollection<Condition, Condition..::..Key, PolicyStore>
    end
public final class ConditionCollection extends SfcDictionaryCollection<Condition, Condition..::..Key, PolicyStore>

Remarks

A ConditionCollection object can be used to gain access to a set of conditions. You can use the Item property to return a specific Condition object.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
  SfcCollection<Condition, Condition.Key, PolicyStore>
    SfcDictionaryCollection<Condition, Condition.Key, PolicyStore>
      Microsoft.SqlServer.Management.Dmf.ConditionCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.