Compartir a través de


XmlaMessageLocation.DependsOnObject Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

XmlaMessageLocation Clase

Espacio de nombres Microsoft.AnalysisServices