XmlaMessageLocation.DependsOnObject Property
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