Metodo IMajorObject.GetDependents

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

IMajorObject Interfaccia

Spazio dei nomi Microsoft.AnalysisServices