依存関係エラーが発生した場合に、SourceObject の依存先のオブジェクトを取得します。
名前空間: 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
依存関係エラーが発生した場合の SourceObject の依存先のオブジェクトです。