ObjectReference.MeasureGroupID 속성
Gets or sets the identifier of the measure group in which the object resides.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property MeasureGroupID As String
Get
Set
‘사용 방법
Dim instance As ObjectReference
Dim value As String
value = instance.MeasureGroupID
instance.MeasureGroupID = value
public string MeasureGroupID { get; set; }
public:
property String^ MeasureGroupID {
String^ get ();
void set (String^ value);
}
member MeasureGroupID : string with get, set
function get MeasureGroupID () : String
function set MeasureGroupID (value : String)
속성 값
유형: System.String
A measure group identifier.