Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.