Share via


SfcDependencyNode.Children Property

Enumerates over the children of the dependency node. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Children As IEnumerable(Of SfcDependencyNode)
    Get
'Usage
Dim instance As SfcDependencyNode
Dim value As IEnumerable(Of SfcDependencyNode)

value = instance.Children
public IEnumerable<SfcDependencyNode> Children { get; }
public:
property IEnumerable<SfcDependencyNode^>^ Children {
    IEnumerable<SfcDependencyNode^>^ get ();
}
member Children : IEnumerable<SfcDependencyNode>
function get Children () : IEnumerable<SfcDependencyNode>

Property Value

Type: System.Collections.Generic.IEnumerable<SfcDependencyNode>
An enumerator for the children of the current node, or null if there are no children.