다음을 통해 공유


Message 속성

Gets the error message of the AdomdError.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
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.