Freigeben über


MajorObject.GetDependents-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the dependents to the specified Hashtable.

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

Syntax

'Declaration
Public Overridable Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'Usage
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

Parameter

Rückgabewert

Typ: System.Collections.Hashtable
The dependents to the specified Hashtable.

Siehe auch

Verweis

MajorObject Klasse

Microsoft.AnalysisServices-Namespace