共用方式為


MajorObject.GetDependents 方法

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

Gets the dependents to the specified Hashtable.

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

語法

'宣告
Public Overridable Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'用途
Dim instance As MajorObject 
Dim dependents As Hashtable 
Dim returnValue As Hashtable 

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

參數

傳回值

型別:System.Collections.Hashtable
The dependents to the specified Hashtable.

請參閱

參考

MajorObject 類別

Microsoft.AnalysisServices 命名空間