Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default measure for the perspective.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DefaultMeasure As String
Get
Set
'Usage
Dim instance As Perspective
Dim value As String
value = instance.DefaultMeasure
instance.DefaultMeasure = value
public string DefaultMeasure { get; set; }
public:
property String^ DefaultMeasure {
String^ get ();
void set (String^ value);
}
member DefaultMeasure : string with get, set
function get DefaultMeasure () : String
function set DefaultMeasure (value : String)
Property Value
Type: System.String
A string containing the Multidimensional Expressions (MDX) expression for the default measure.