Compartir a través de


AdomdError.CallStack Propiedad

Gets the call stack for the AdomdError.

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

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
The call stack for the AdomdError.

Vea también

Referencia

AdomdError Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient