Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property Message As String
Get
'Uso
Dim instance As AdomdErrorResponseException
Dim value As String
value = instance.Message
public override string Message { get; }
public:
virtual property String^ Message {
String^ get () override;
}
abstract Message : string
override Message : string
override function get Message () : String
Valor de la propiedad
Tipo: System.String
Either a string explaining the reason for the error or an empty string ("") from the first AdomdError in the Errors collection contained by the exception.