Ancestors 属性

Enumerates over the ancestors of the dependency node. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public ReadOnly Property Ancestors As IEnumerable(Of SfcDependencyNode)
    Get
用法
Dim instance As SfcDependencyNode
Dim value As IEnumerable(Of SfcDependencyNode)

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

属性值

类型:System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'SfcDependencyNode> ) > ) >
An enumerator for the ancestors of the current node, or null if there are no ancestors.