Compartilhar via


Propriedade do RDL Message

Gets the error message of the AdomdError.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property Message As String
    Get
'Uso
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

Valor da propriedade

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