Compartir a través de


ConditionTree.Children Property

Gets the collection of Condition objects for the condition.

Espacio de nombres: Microsoft.SqlServer.NotificationServices.Rules
Ensamblado: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintaxis

'Declaración
Public ReadOnly Property Children As Collection(Of Condition)
public Collection<Condition> Children { get; }
public:
property Collection<Condition^>^ Children {
    Collection<Condition^>^ get ();
}
/** @property */
public Collection<Condition> get_Children ()
public function get Children () : Collection<Condition>

Valor de propiedad

A List of Condition objects.

Seguridad para subprocesos

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

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ConditionTree Class
ConditionTree Members
Microsoft.SqlServer.NotificationServices.Rules Namespace