Proprietà XmlaMessageLocation.DependsOnObject
Gets the object on which the SourceObject depends in the case of a dependency error.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DependsOnObject As XmlaLocationReference
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.XmlaLocationReference
The object on which the SourceObject depends in the case of a dependency error.