MajorObject.GetCreateReferences(Hashtable, Boolean, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un élément Hashtable pour créer des références.
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)
Paramètres
- createReferences
- Hashtable
Table de hachage pour créer des références.
- considerPermissions
- Boolean
true pour prendre en compte les autorisations, sinon false.
- considerPartitions
- Boolean
true pour prendre en compte les partitions, sinon false.
Remarques
À usage interne uniquement.