MajorObject.GetCreateReferences(Hashtable, Boolean, 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 a Hashtable to create references.
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)
Parameters
- createReferences
- Hashtable
The hastable to create references.
- considerPermissions
- Boolean
true to consider permissions; otherwise, false.
- considerPartitions
- Boolean
true to consider partitions; otherwise, false.
Remarks
For internal use.