Compartir a través de


Cube.GetDependents Method

Adds the mining structures and subsequent dependants to the specified Hashtable.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
Public Overrides Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
public override Hashtable GetDependents (
    Hashtable dependents
)
public:
virtual Hashtable^ GetDependents (
    Hashtable^ dependents
) override
public Hashtable GetDependents (
    Hashtable dependents
)
public override function GetDependents (
    dependents : Hashtable
) : Hashtable

Parámetros

  • dependents
    The Hashtable to append dependent objects to.

Valor devuelto

The dependentsHashtable with mining structures of the database and the mining structure dependents appended.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Cube Class
Cube Members
Microsoft.AnalysisServices Namespace