Gets or sets a value that indicates whether the measure is the default measure.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property IsDefaultMeasure As Boolean
Get
Set
‘사용 방법
Dim instance As RelationshipEndVisualizationProperties
Dim value As Boolean
value = instance.IsDefaultMeasure
instance.IsDefaultMeasure = value
public bool IsDefaultMeasure { get; set; }
public:
property bool IsDefaultMeasure {
bool get ();
void set (bool value);
}
member IsDefaultMeasure : bool with get, set
function get IsDefaultMeasure () : boolean
function set IsDefaultMeasure (value : boolean)
속성 값
유형: System.Boolean
true if the measure is set as the default; otherwise, false.