Freigeben über


XmlaMessageLocation.DependsOnObject-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

XmlaMessageLocation Klasse

Microsoft.AnalysisServices-Namespace