다음을 통해 공유


Message 속성

Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception.

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

구문

‘선언
Public Overrides ReadOnly Property Message As String
    Get
‘사용 방법
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

속성 값

형식: 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.

구현

_Exception. . :: . .Message