ConditionCollection Clase
The ConditionCollection class represents a collection of Condition objects that represent all the conditions in the policy store.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public NotInheritable Class ConditionCollection _
Inherits SfcDictionaryCollection(Of Condition, Condition..::..Key, PolicyStore)
'Uso
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>
Notas
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.
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.
Jerarquía de herencia
System. . :: . .Object
SfcCollection< (Of < ( <'Condition, Condition. . :: . .Key, PolicyStore> ) > ) >
SfcDictionaryCollection< (Of < ( <'Condition, Condition. . :: . .Key, PolicyStore> ) > ) >
Microsoft.SqlServer.Management.Dmf..::..ConditionCollection
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también