MajorObject.GetDependents 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets the dependents to the specified Hashtable.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
'宣告
Public Overridable Function GetDependents ( _
dependents As Hashtable _
) As Hashtable
'用途
Dim instance As MajorObject
Dim dependents As Hashtable
Dim returnValue As Hashtable
returnValue = instance.GetDependents(dependents)
C#
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
- dependents
型別:System.Collections.Hashtable
The Hashtable to append dependent objects to.
型別:System.Collections.Hashtable
The dependents to the specified Hashtable.