Database.GetReferences(Hashtable, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the objects that the database references.
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
Parameters
- references
- Hashtable
The Hashtable to append references to.
- forMajorChildrenAlso
- Boolean
true to get references for major children; otherwise, false.
Returns
The references Hashtable with objects that the dimension references appended.