DataSourceView.GetDependents 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Adds the mining structures and subsequent dependents to the specified Hashtable.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Overrides Function GetDependents ( _
dependents As Hashtable _
) As Hashtable
‘사용 방법
Dim instance As DataSourceView
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
매개 변수
- dependents
유형: System.Collections.Hashtable
The Hashtable to append dependent objects to.
반환 값
유형: System.Collections.Hashtable
The dependents Hashtable with mining structures of the database and the mining structure dependents appended.
구현
IMajorObject.GetDependents(Hashtable)