Поделиться через


Метод 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