Propriedade do RDL SfcDependencyNode.Children
Enumerates over the children of the dependency node. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property Children As IEnumerable(Of SfcDependencyNode)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IEnumerable<SfcDependencyNode>
An enumerator for the children of the current node, or null if there are no children.