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.