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 the call stack of the current error.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property CallStack As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
The call stack of the current error.