Aracılığıyla paylaş


Action.CaptionIsMdx Özelliği

Alır veya resim yazısı çok boyutlu ifadeleri (mdx) ifade olup olmadığını gösteren bir değeri ayarlar.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Property CaptionIsMdx As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean
doğru , resim yazısı mdx ifade; Aksi takdirde, yanlış.