Поделиться через


Свойство HasChildNodes

Gets the Boolean property value that specifies whether the DependencyTree object has any child nodes.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property HasChildNodes As Boolean
    Get
'Применение
Dim instance As DependencyTree
Dim value As Boolean

value = instance.HasChildNodes
public override bool HasChildNodes { get; }
public:
virtual property bool HasChildNodes {
    bool get () override;
}
abstract HasChildNodes : bool
override HasChildNodes : bool
override function get HasChildNodes () : boolean

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value that specifies whether the DependencyTree object has dependent child DependencyTreeNode objects.
If True, the DependencyTree object has child DependencyTreeNode objects.
If False (default), the DependencyTree object does not have any child DependencyTreeNode objects.