Właściwość AggregationInstanceMeasure.MeasureID
Kojarzy Measure element z elementu nadrzędnego.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Property MeasureID As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String