Свойство 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 override string Source { get; }

Значение свойства

Тип 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