Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the measure expression.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property MeasureExpression As String
Get
Set
'Usage
Dim instance As Measure
Dim value As String
value = instance.MeasureExpression
instance.MeasureExpression = value
public string MeasureExpression { get; set; }
public:
property String^ MeasureExpression {
String^ get ();
void set (String^ value);
}
member MeasureExpression : string with get, set
function get MeasureExpression () : String
function set MeasureExpression (value : String)
Property Value
Type: System.String
The measure expression.