Metodo MajorObject.GetDependents
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the dependents to the specified Hashtable.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Overridable Function GetDependents ( _
dependents As Hashtable _
) As Hashtable
'Utilizzo
Dim instance As MajorObject
Dim dependents As Hashtable
Dim returnValue As Hashtable
returnValue = instance.GetDependents(dependents)
public virtual Hashtable GetDependents(
Hashtable dependents
)
public:
virtual Hashtable^ GetDependents(
Hashtable^ dependents
)
abstract GetDependents :
dependents:Hashtable -> Hashtable
override GetDependents :
dependents:Hashtable -> Hashtable
public function GetDependents(
dependents : Hashtable
) : Hashtable
Parametri
- dependents
Tipo: System.Collections.Hashtable
The Hashtable to append dependent objects to.
Valore restituito
Tipo: System.Collections.Hashtable
The dependents to the specified Hashtable.