Condividi tramite


Classe ConditionCollection

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

Spazio dei nomi:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ConditionCollection _
    Inherits SfcDictionaryCollection(Of Condition, Condition..::..Key, PolicyStore)
'Utilizzo
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>

Osservazioni

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.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.