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
パラメーター
- dependents
型: System.Collections.Hashtable
依存オブジェクトを追加する Hashtable です。
戻り値
型: System.Collections.Hashtable
データベースのマイニング構造とマイニング構造の依存オブジェクトが追加された依存 Hashtable です。