AdomdError.Message 属性

Gets the error message of the AdomdError.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property Message As String 
    Get
用法
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

属性值

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

请参阅

参考

AdomdError 类

Microsoft.AnalysisServices.AdomdClient 命名空间