TimeUnitColumnAssociation.PrimaryColumn 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.
Gets or sets the reference to the primary column in the association.
public Microsoft.AnalysisServices.Tabular.Column PrimaryColumn { get; set; }
member this.PrimaryColumn : Microsoft.AnalysisServices.Tabular.Column with get, set
Public Property PrimaryColumn As Column
Property Value
The Column instance that is the primary column, or a null reference (Nothing in Visual Basic) if such column is not set.