AggregationInstanceMeasure.MeasureID 屬性
Gets or sets the identifier of the Measure associated with the AggregationInstanceMeasure.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property MeasureID As String
Get
Set
'用途
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)
屬性值
型別:System.String
The identifier of the Measure.