XmlaMessageLocation.DependsOnObject Property

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

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

Syntax

'Declaration
Public ReadOnly Property DependsOnObject As XmlaLocationReference 
    Get
'Usage
Dim instance As XmlaMessageLocation 
Dim value As XmlaLocationReference 

value = instance.DependsOnObject
public XmlaLocationReference DependsOnObject { get; }
public:
property XmlaLocationReference^ DependsOnObject {
    XmlaLocationReference^ get ();
}
member DependsOnObject : XmlaLocationReference
function get DependsOnObject () : XmlaLocationReference

Property Value

Type: Microsoft.AnalysisServices.XmlaLocationReference
The object on which the SourceObject depends in the case of a dependency error.

See Also

Reference

XmlaMessageLocation Class

Microsoft.AnalysisServices Namespace