Partager via


Propriété XmlaMessageLocation.DependsOnObject

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DependsOnObject As XmlaLocationReference 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

XmlaMessageLocation Classe

Espace de noms Microsoft.AnalysisServices