다음을 통해 공유


AdomdError.Source 속성

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

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

구문

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

참고 항목

참조

AdomdError 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스