Propriedade do RDL AdomdError.CallStack
Gets the call stack for the AdomdError.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property CallStack As String
Get
'Uso
Dim instance As AdomdError
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 for the AdomdError.