XmlaMessageLocation.DependsOnObject Property

 

Applies To: SQL Server (starting with 2016)

Gets the object on which the SourceObject depends in the case of a dependency error.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.XmlaLocationReference

The object on which the SourceObject depends in the case of a dependency error.

See Also

XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace

Return to top