Proprietà Perspective.DefaultMeasure

Gets or sets the default measure for the perspective.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property DefaultMeasure As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A string containing the Multidimensional Expressions (MDX) expression for the default measure.

Vedere anche

Riferimento

Perspective Classe

Spazio dei nomi Microsoft.AnalysisServices