MajorObject.GetCreateReferences(Hashtable, Boolean, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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。
備註
供內部使用。