Condividi tramite


Proprietà XmlaError.CallStack

Gets the call stack of the current error.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CallStack As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

XmlaError Classe

Spazio dei nomi Microsoft.AnalysisServices