PerspectiveTable.IncludeAll 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.
A boolean value that indicates whether all Column, Hierarchy, and Measure objects in the Table object are automatically included into the perspective, If true, the objects are automatically included; otherwise, the PerspectiveColumn, PerspectiveHierarchy and PerspectiveMeasure objects need to be explicitly added to the PerspectiveTable object.
public bool IncludeAll { get; set; }
member this.IncludeAll : bool with get, set
Public Property IncludeAll As Boolean