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


Метод DataSourceView.GetDependents

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Adds the 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 DataSourceView 
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)

См. также

Справочник

DataSourceView Класс

Пространство имен Microsoft.AnalysisServices