ConditionTree.Children Property
Gets the collection of Condition objects for the condition.
Пространство имен: Microsoft.SqlServer.NotificationServices.Rules
Сборка: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Синтаксис
'Декларация
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>
Значение свойства
A List of Condition objects.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ConditionTree Class
ConditionTree Members
Microsoft.SqlServer.NotificationServices.Rules Namespace