SfcDependencyNode.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.