Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property CaptionIsMdx As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the caption is an MDX expression; otherwise, false.