MeasureBinding.MeasureID 속성
Gets or sets the measure identifier associated with the MeasureBinding.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property MeasureID As String
Get
Set
‘사용 방법
Dim instance As MeasureBinding
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 measure identifier associated with the MeasureBinding.