Metodo GetDependents

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

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