MajorObject.GetDependents Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the dependents to the specified Hashtable.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Collections.Hashtable
The dependents to the specified Hashtable.