共用方式為


IMajorObject.GetDependents 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Adds a mining structures and subsequent dependents to the specified 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
The dependents Hashtable with mining structures of the database and the mining structure dependents appended.

請參閱

參考

IMajorObject 介面

Microsoft.AnalysisServices 命名空間