DataSource.GetDependents 方法

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

Adds a mining structures and subsequent dependents to the specified Hashtable.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Overrides Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'用途
Dim instance As DataSource 
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
The dependents Hashtable with mining structures of the database and the mining structure dependents appended.

實作

IMajorObject.GetDependents(Hashtable)

請參閱

參考

DataSource 類別

Microsoft.AnalysisServices 命名空間