Freigeben über


IMajorObject.GetDependents-Methode

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

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

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

Syntax

'Declaration
Function GetDependents ( _
    dependents As Hashtable _
) As Hashtable
'Usage
Dim instance As IMajorObject 
Dim dependents As Hashtable 
Dim returnValue As Hashtable 

returnValue = instance.GetDependents(dependents)
Hashtable GetDependents(
    Hashtable dependents
)
Hashtable^ GetDependents(
    Hashtable^ dependents
)
abstract GetDependents : 
        dependents:Hashtable -> Hashtable
function GetDependents(
    dependents : Hashtable
) : Hashtable

Parameter

Rückgabewert

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

Siehe auch

Verweis

IMajorObject Schnittstelle

Microsoft.AnalysisServices-Namespace