MajorObject.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.

Gets the dependents to the specified Hashtable.

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

Syntax

public virtual Hashtable GetDependents(
    Hashtable dependents
)
public:
virtual Hashtable^ GetDependents(
    Hashtable^ dependents
)
abstract GetDependents : 
        dependents:Hashtable -> Hashtable
override GetDependents : 
        dependents:Hashtable -> Hashtable
Public Overridable Function GetDependents (
    dependents As Hashtable
) As Hashtable

Parameters

Return Value

Type: System.Collections.Hashtable

The dependents to the specified Hashtable.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top