Partager via


Propriété AdomdError.CallStack

Gets the call stack for the AdomdError.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CallStack As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

AdomdError Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient