Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the dependents to the specified Hashtable.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Overrides Function GetDependents ( _
dependents As Hashtable _
) As Hashtable
'Usage
Dim instance As Role
Dim dependents As Hashtable
Dim returnValue As Hashtable
returnValue = instance.GetDependents(dependents)
public override Hashtable GetDependents(
Hashtable dependents
)
public:
virtual Hashtable^ GetDependents(
Hashtable^ dependents
) override
abstract GetDependents :
dependents:Hashtable -> Hashtable
override GetDependents :
dependents:Hashtable -> Hashtable
public override function GetDependents(
dependents : Hashtable
) : Hashtable
Parameters
- dependents
Type: System.Collections.Hashtable
The Hashtable to append dependent objects to.
Return Value
Type: System.Collections.Hashtable
The dependents to the specified Hashtable.
Implements
IMajorObject.GetDependents(Hashtable)