Share via


RegularMeasureGroupDimension.Cardinality Property

Gets or sets the cardinality associated with a RegularMeasureGroupDimension object.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<DefaultValueAttribute(Cardinality.Many)> _
Public Property Cardinality As Cardinality
[DefaultValueAttribute(Cardinality.Many)] 
public Cardinality Cardinality { get; set; }
[DefaultValueAttribute(Cardinality::Many)] 
public:
property Cardinality Cardinality {
    Cardinality get ();
    void set (Cardinality value);
}
/** @property */
public Cardinality get_Cardinality ()

/** @property */
public void set_Cardinality (Cardinality value)
public function get Cardinality () : Cardinality

public function set Cardinality (value : Cardinality)

Property Value

Returns a Cardinality enumeration with two possible values, {One, Many}.

Remarks

The default return value for the Cardinality enumeration is Many.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

RegularMeasureGroupDimension Class
RegularMeasureGroupDimension Members
Microsoft.AnalysisServices Namespace