Método MajorObject.GetDependents
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the dependents to the specified Hashtable.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Overridable Function GetDependents ( _
dependents As Hashtable _
) As Hashtable
'Uso
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
Parâmetros
- dependents
Tipo: System.Collections.Hashtable
The Hashtable to append dependent objects to.
Valor de retorno
Tipo: System.Collections.Hashtable
The dependents to the specified Hashtable.