Compartilhar via


Método IMajorObject.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
Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'Uso
Dim instance As IMajorObject 
Dim dependents As Hashtable 
Dim returnValue As Hashtable 

returnValue = instance.GetDependents(dependents)
Hashtable GetDependents(
    Hashtable dependents
)
Hashtable^ GetDependents(
    Hashtable^ dependents
)
abstract GetDependents : 
        dependents:Hashtable -> Hashtable
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.

Consulte também

Referência

IMajorObject Interface

Namespace Microsoft.AnalysisServices