다음을 통해 공유


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 네임스페이스