Database.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。

返回

具有维度引用追加的对象的引用哈希表。

适用于