共用方式為


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

要建立參考的 hastable。

considerPermissions
Boolean

true 表示考量權限;否則為 false。

considerPartitions
Boolean

true 表示考量資料分割;否則為 false。

備註

供內部使用。

適用於