Condividi tramite


Metodo Role.GetDependents

Gets the dependents to the specified Hashtable.

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

Sintassi

'Dichiarazione
Public Overrides Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'Utilizzo
Dim instance As Role 
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

Parametri

Valore restituito

Tipo: System.Collections.Hashtable
The dependents to the specified Hashtable.

Implementa

IMajorObject.GetDependents(Hashtable)

Vedere anche

Riferimento

Role Classe

Spazio dei nomi Microsoft.AnalysisServices