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.