MajorObject.GetCreateReferences(Hashtable, Boolean, Boolean) 메서드

정의

참조를 만들 Hashtable을 가져옵니다.

protected internal virtual void GetCreateReferences (System.Collections.Hashtable createReferences, bool considerPermissions, bool considerPartitions);
abstract member GetCreateReferences : System.Collections.Hashtable * bool * bool -> unit
override this.GetCreateReferences : System.Collections.Hashtable * bool * bool -> unit
Protected Friend Overridable Sub GetCreateReferences (createReferences As Hashtable, considerPermissions As Boolean, considerPartitions As Boolean)

매개 변수

createReferences
Hashtable

참조를 만들 해시 테이블입니다.

considerPermissions
Boolean

사용 권한을 고려하려면 true이고, 그렇지 않으면 false입니다.

considerPartitions
Boolean

파티션을 고려하려면 true이고, 그렇지 않으면 false입니다.

설명

내부적으로만 사용할 수 있습니다.

적용 대상