Dependent プロパティ
DependenciesCalculator を呼び出すオブジェクトでの計画的な操作の影響を受ける依存オブジェクトを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property Dependent As Object
Get
'使用
Dim instance As DependencyResult
Dim value As Object
value = instance.Dependent
public Object Dependent { get; }
public:
property Object^ Dependent {
Object^ get ();
}
member Dependent : Object
function get Dependent () : Object