Freigeben über


ConditionCollection-Klasse

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>

Hinweise

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.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Vererbungshierarchie

System. . :: . .Object
  SfcCollection< (Of < ( <'Condition, Condition. . :: . .Key, PolicyStore> ) > ) >
    SfcDictionaryCollection< (Of < ( <'Condition, Condition. . :: . .Key, PolicyStore> ) > ) >
      Microsoft.SqlServer.Management.Dmf..::..ConditionCollection

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.