MajorObject.GetCreateReferences(Hashtable, Boolean, Boolean) 方法

定义

获取哈希表来创建引用。

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。

注解

供内部使用。

适用于