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 命名空间