GetLineage Method
Overloads
GetLineage() |
Gets the lineage information of the app. The lineage information includes the LOAD and STORE statements from the data load script associated with this app. An array of lineage information. |
GetLineage()
Gets the lineage information of the app. The lineage information includes the LOAD and STORE statements from the data load script associated with this app.
An array of lineage information.
Declaration
public IEnumerable<LineageInfo> GetLineage()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<LineageInfo> |