Partition.GetReferences(Hashtable, Boolean) 方法

定义

获取该分区引用的对象。

public override System.Collections.Hashtable GetReferences (System.Collections.Hashtable references, bool forMajorChildrenAlso);
override this.GetReferences : System.Collections.Hashtable * bool -> System.Collections.Hashtable
Public Overrides Function GetReferences (references As Hashtable, forMajorChildrenAlso As Boolean) As Hashtable

参数

references
Hashtable

要将引用追加到的哈希表。

forMajorChildrenAlso
Boolean

若要同时引用主要子级,则为 true;否则为 false。

返回

具有分区引用追加的对象的引用哈希表。

注解

此 API 支持产品基础结构,不能在代码中直接使用。

适用于