Share via


Level.LineageTag Property

Definition

A tag that represents the lineage of the object.

public string LineageTag { get; set; }
member this.LineageTag : string with get, set
Public Property LineageTag As String

Property Value

Implements

Remarks

Lineage tags enable stable identification of objects across different semantic models. Using lineage tags enables Power BI features such as composite models to maintain their binding to referenced tables or columns, even if the source semantic model object is renamed.

This property is only supported when the compatibility level of the database is at 1540 or above.

Applies to