IMajorObject.GetDependents 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Adds a mining structures and subsequent dependents to the specified Hashtable.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Function GetDependents ( _
dependents As Hashtable _
) As Hashtable
‘사용 방법
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
매개 변수
- 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.