DefaultMeasure 속성
Gets or sets the default measure for the perspective.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property DefaultMeasure As String
Get
Set
‘사용 방법
Dim instance As Perspective
Dim value As String
value = instance.DefaultMeasure
instance.DefaultMeasure = value
public string DefaultMeasure { get; set; }
public:
property String^ DefaultMeasure {
String^ get ();
void set (String^ value);
}
member DefaultMeasure : string with get, set
function get DefaultMeasure () : String
function set DefaultMeasure (value : String)
속성 값
유형: System. . :: . .String
A string containing the Multidimensional Expressions (MDX) expression for the default measure.