Propriedade do RDL MeasureID
Associates a Measure element with the parent element.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property MeasureID As String
Get
Set
'Uso
Dim instance As AggregationInstanceMeasure
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