RegularMeasureGroupDimension.Cardinality 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 cardinality associated with a RegularMeasureGroupDimension object.
public Microsoft.AnalysisServices.Cardinality Cardinality { get; set; }
member this.Cardinality : Microsoft.AnalysisServices.Cardinality with get, set
Public Property Cardinality As Cardinality
Property Value
A Cardinality enumeration with two possible values, {One, Many}.
Remarks
The default return value for the Cardinality enumeration is Many.