次の方法で共有


IMajorObject.GetDependents メソッド

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

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

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

構文

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

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

パラメーター

戻り値

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

関連項目

参照

IMajorObject インターフェイス

Microsoft.AnalysisServices 名前空間