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 name of the calculated measure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property MeasureName As String
Get
Set
'Usage
Dim instance As CalculatedMeasureBinding
Dim value As String
value = instance.MeasureName
instance.MeasureName = value
public string MeasureName { get; set; }
public:
property String^ MeasureName {
String^ get ();
void set (String^ value);
}
member MeasureName : string with get, set
function get MeasureName () : String
function set MeasureName (value : String)
Property Value
Type: System.String
The name of the calculated measure.