DimensionAttribute.DefaultMember-Eigenschaft

Gets or sets an MDX (Multidimensional Expressions) expression that identifies the default member of DimensionAttribute.

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

Syntax

C#
public string DefaultMember { get; set; }

Eigenschaftswert

Typ: System.String
A string containing an MDX (Multidimensional Expressions) expression that identifies the default member of DimensionAttribute.

Hinweise

If DefaultMember is not specified, or is set to an empty string, then Analysis Services chooses a member to use as the default member.

Siehe auch

Verweis

DimensionAttribute Klasse

Microsoft.AnalysisServices-Namespace