MajorObject.GetCreateReferences(Hashtable, Boolean, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取哈希表来创建引用。
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。
注解
供内部使用。