Compartir a través de


XmlaError.CallStack Propiedad

Gets the call stack of the current error.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property CallStack As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

XmlaError Clase

Espacio de nombres Microsoft.AnalysisServices