Propriedade do RDL MeasureBinding.MeasureID
Gets or sets the measure identifier associated with the MeasureBinding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property MeasureID As String
Get
Set
'Uso
Dim instance As MeasureBinding
Dim value As String
value = instance.MeasureID
instance.MeasureID = value
public string MeasureID { get; set; }
public:
property String^ MeasureID {
String^ get ();
void set (String^ value);
}
member MeasureID : string with get, set
function get MeasureID () : String
function set MeasureID (value : String)
Valor da propriedade
Tipo: System.String
The measure identifier associated with the MeasureBinding.