Свойство XmlaMessageLocation.SourceObject
Gets the object that has the error.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property SourceObject As XmlaLocationReference
Get
'Применение
Dim instance As XmlaMessageLocation
Dim value As XmlaLocationReference
value = instance.SourceObject
public XmlaLocationReference SourceObject { get; }
public:
property XmlaLocationReference^ SourceObject {
XmlaLocationReference^ get ();
}
member SourceObject : XmlaLocationReference
function get SourceObject () : XmlaLocationReference
Значение свойства
Тип: Microsoft.AnalysisServices.XmlaLocationReference
The object that has the error.