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.

请参阅

参考

AggregationInstanceMeasure 类

Microsoft.AnalysisServices 命名空间