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