XmlaMessageLocation.SourceObject Property

 

Applies To: SQL Server 2016 Preview

Gets the object that has the error.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public XmlaLocationReference SourceObject { get; }
public:
property XmlaLocationReference^ SourceObject {
    XmlaLocationReference^ get();
}
member SourceObject : XmlaLocationReference with get
Public ReadOnly Property SourceObject As XmlaLocationReference

Property Value

Type: Microsoft.AnalysisServices.XmlaLocationReference

The object that has the error.

See Also

XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace

Return to top