Partager via


Propriété AdomdError.Message

Gets the error message of the AdomdError.

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

Syntaxe

'Déclaration
Public ReadOnly Property Message As String 
    Get
'Utilisation
Dim instance As AdomdError 
Dim value As String 

value = instance.Message
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Valeur de propriété

Type : System.String
A String that contains the error text and description returned by the component or object that generated the error.

Voir aussi

Référence

AdomdError Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient