AdomdErrorResponseException.Source 屬性
Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public Overrides ReadOnly Property Source As String
Get
'用途
Dim instance As AdomdErrorResponseException
Dim value As String
value = instance.Source
public override string Source { get; }
public:
virtual property String^ Source {
String^ get () override;
}
abstract Source : string
override Source : string
override function get Source () : String
屬性值
型別:System.String
A string containing the name of the application or object from the first AdomdError in the Errors collection contained by the exception.