Propriété DefaultMeasure
Gets or sets the default measure for the perspective.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property DefaultMeasure As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A string containing the Multidimensional Expressions (MDX) expression for the default measure.