共用方式為


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.