Partager via


Méthode IMajorObject.GetDependents

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

IMajorObject Interface

Espace de noms Microsoft.AnalysisServices