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)
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.