次の方法で共有


DataSourceView.GetDependents メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

マイニング構造と後続の依存オブジェクトを指定した Hashtable に追加します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Overrides Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'使用
Dim instance As DataSourceView 
Dim dependents As Hashtable 
Dim returnValue As Hashtable 

returnValue = instance.GetDependents(dependents)
public override Hashtable GetDependents(
    Hashtable dependents
)
public:
virtual Hashtable^ GetDependents(
    Hashtable^ dependents
) override
abstract GetDependents : 
        dependents:Hashtable -> Hashtable  
override GetDependents : 
        dependents:Hashtable -> Hashtable
public override function GetDependents(
    dependents : Hashtable
) : Hashtable

パラメーター

戻り値

型: System.Collections.Hashtable
データベースのマイニング構造とマイニング構造の依存オブジェクトが追加された dependentsHashtable です。

実装

IMajorObject.GetDependents(Hashtable)

関連項目

参照

DataSourceView クラス

Microsoft.AnalysisServices 名前空間