SfcDependencyNode.Children Property

Definition

Enumerate over the children of this dependency node.

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyNode> Children { get; }
member this.Children : seq<Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyNode>
Public ReadOnly Property Children As IEnumerable(Of SfcDependencyNode)

Property Value

A enumerator for the children of the current node, or null if there are no children.

Applies to