다음을 통해 공유


CaptionIsMdx 속성

Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property CaptionIsMdx As Boolean
    Get
    Set
‘사용 방법
Dim instance As Action
Dim value As Boolean

value = instance.CaptionIsMdx

instance.CaptionIsMdx = value
public bool CaptionIsMdx { get; set; }
public:
property bool CaptionIsMdx {
    bool get ();
    void set (bool value);
}
member CaptionIsMdx : bool with get, set
function get CaptionIsMdx () : boolean
function set CaptionIsMdx (value : boolean)

속성 값

유형: System. . :: . .Boolean
true if the caption is an MDX expression; otherwise, false.