IMajorObject.GetDependents Method (Hashtable)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

Hashtable GetDependents(
    Hashtable dependents
)
Hashtable^ GetDependents(
    Hashtable^ dependents
)
abstract GetDependents : 
        dependents:Hashtable -> Hashtable
Function GetDependents (
    dependents As Hashtable
) As Hashtable

Parameters

Return Value

Type: System.Collections.Hashtable

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

See Also

IMajorObject Interface
Microsoft.AnalysisServices Namespace

Return to top