Proprietà MeasureID
Associates a Measure element with the parent element.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property MeasureID As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
Vedere anche