Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the name of the calculated measure.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property MeasureName As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The name of the calculated measure.