Compartilhar via


Método DataSource.GetDependents

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Overrides Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Collections.Hashtable
The dependents Hashtable with mining structures of the database and the mining structure dependents appended.

Implementa

IMajorObject.GetDependents(Hashtable)

Consulte também

Referência

DataSource Classe

Namespace Microsoft.AnalysisServices