Поделиться через


Свойство 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