Propriedade do RDL XmlaError.CallStack
Gets the call stack of the current error.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
The call stack of the current error.