DependsOnObject プロパティ

名前空間:  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