DimensionAttribute.HasLineage Property

Definition

Gets or sets a value that indicates whether the dimension attribute has a lineage.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_HasLineage")]
public bool HasLineage { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_HasLineage")>]
member this.HasLineage : bool with get, set
Public Property HasLineage As Boolean

Property Value

Boolean

true if the dimension attribute has a lineage; otherwise, false.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to