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.

实现

_Exception. . :: . .Source