Compartir a través de


DataSource.GetDependents Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Adds a mining structures and subsequent dependents to the specified Hashtable.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Overrides Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'Uso
Dim instance As DataSource 
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

Parámetros

Valor devuelto

Tipo: System.Collections.Hashtable
The dependents Hashtable with mining structures of the database and the mining structure dependents appended.

Implementa

IMajorObject.GetDependents(Hashtable)

Vea también

Referencia

DataSource Clase

Espacio de nombres Microsoft.AnalysisServices