MiningStructurePermission.GetReferences 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets the objects that the MiningStructurePermission references.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Overrides Function GetReferences ( _
    references As Hashtable, _
    forMajorChildrenAlso As Boolean _
) As Hashtable
‘사용 방법
Dim instance As MiningStructurePermission 
Dim references As Hashtable 
Dim forMajorChildrenAlso As Boolean 
Dim returnValue As Hashtable 

returnValue = instance.GetReferences(references, _
    forMajorChildrenAlso)
public override Hashtable GetReferences(
    Hashtable references,
    bool forMajorChildrenAlso
)
public:
virtual Hashtable^ GetReferences(
    Hashtable^ references, 
    bool forMajorChildrenAlso
) override
abstract GetReferences : 
        references:Hashtable * 
        forMajorChildrenAlso:bool -> Hashtable  
override GetReferences : 
        references:Hashtable * 
        forMajorChildrenAlso:bool -> Hashtable
public override function GetReferences(
    references : Hashtable, 
    forMajorChildrenAlso : boolean
) : Hashtable

매개 변수

  • forMajorChildrenAlso
    유형: System.Boolean
    true to also reference for major children; otherwise, false.

반환 값

유형: System.Collections.Hashtable
The references Hashtable with objects that the MiningStructurePermission references appended.

참고 항목

참조

MiningStructurePermission 클래스

Microsoft.AnalysisServices 네임스페이스