다음을 통해 공유


Source 속성

Gets the name of the application or object that caused the error associated with the AdomdError.

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

구문

‘선언
Public ReadOnly Property Source As String
    Get
‘사용 방법
Dim instance As AdomdError
Dim value As String

value = instance.Source
public string Source { get; }
public:
property String^ Source {
    String^ get ();
}
member Source : string
function get Source () : String

속성 값

형식: System. . :: . .String
A String that contains the name of the application or object that caused the error.