Compartilhar via


Propriedade do RDL XmlaMessageLocation.DependsOnObject

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

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

Sintaxe

'Declaração
Public ReadOnly Property DependsOnObject As XmlaLocationReference 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

XmlaMessageLocation Classe

Namespace Microsoft.AnalysisServices