Partager via


Propriété XmlaError.CallStack

Gets the call stack of the current error.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CallStack As String 
    Get
'Utilisation
Dim instance As XmlaError 
Dim value As String 

value = instance.CallStack
public string CallStack { get; }
public:
property String^ CallStack {
    String^ get ();
}
member CallStack : string
function get CallStack () : String

Valeur de propriété

Type : System.String
The call stack of the current error.

Voir aussi

Référence

XmlaError Classe

Espace de noms Microsoft.AnalysisServices