ObjectImpact.AddedSubtreeRoots 属性

定义

添加到对象树中的分支的根。例如,如果将 Table 添加到 Model 中,那么仅 Table 会显示在 AddedObjects 列表中,而不会显示它的子 Columns 或 Partition。

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AnalysisServices.Tabular.MetadataObject> AddedSubtreeRoots { get; }
member this.AddedSubtreeRoots : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AnalysisServices.Tabular.MetadataObject>
Public ReadOnly Property AddedSubtreeRoots As ReadOnlyCollection(Of MetadataObject)

属性值

适用于