MajorObject.GetCreateReferences 메서드

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

Gets a Hashtable to create references.

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

구문

‘선언
Protected Friend Overridable Sub GetCreateReferences ( _
    createReferences As Hashtable, _
    considerPermissions As Boolean, _
    considerPartitions As Boolean _
)
‘사용 방법
Dim createReferences As Hashtable 
Dim considerPermissions As Boolean 
Dim considerPartitions As Boolean 

Me.GetCreateReferences(createReferences, _
    considerPermissions, considerPartitions)
protected internal virtual void GetCreateReferences(
    Hashtable createReferences,
    bool considerPermissions,
    bool considerPartitions
)
protected public:
virtual void GetCreateReferences(
    Hashtable^ createReferences, 
    bool considerPermissions, 
    bool considerPartitions
)
abstract GetCreateReferences : 
        createReferences:Hashtable * 
        considerPermissions:bool * 
        considerPartitions:bool -> unit  
override GetCreateReferences : 
        createReferences:Hashtable * 
        considerPermissions:bool * 
        considerPartitions:bool -> unit
function GetCreateReferences(
    createReferences : Hashtable, 
    considerPermissions : boolean, 
    considerPartitions : boolean
)

매개 변수

  • considerPermissions
    유형: System.Boolean
    true to consider permissions; otherwise, false.
  • considerPartitions
    유형: System.Boolean
    true to consider partitions; otherwise, false.

참고 항목

참조

MajorObject 클래스

Microsoft.AnalysisServices 네임스페이스