MeasureID 속성
Associates a Measure element with the parent element.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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)