共用方式為


XmlaMessageLocation.DependsOnObject 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property DependsOnObject As XmlaLocationReference 
    Get
'用途
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

屬性值

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

請參閱

參考

XmlaMessageLocation 類別

Microsoft.AnalysisServices 命名空間