GetDependents-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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
- dependents
Typ: System.Collections. . :: . .Hashtable
Rückgabewert
Siehe auch