Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.