RelationalStrings.TpcTableSharing(Object, Object, Object) 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.
Le type d’entité « {dependentType} » est mappé à « {storeObject} ». Toutefois, le type d’entité principal « {principalEntityType} » est également mappé à « {storeObject} » et il utilise la stratégie de mappage TPC. Les types d’entités dans une hiérarchie TPC peuvent utiliser le partage de table uniquement s’ils n’ont pas de types dérivés.
public static string TpcTableSharing (object? dependentType, object? storeObject, object? principalEntityType);
static member TpcTableSharing : obj * obj * obj -> string
Public Shared Function TpcTableSharing (dependentType As Object, storeObject As Object, principalEntityType As Object) As String
Paramètres
- dependentType
- Object
- storeObject
- Object
- principalEntityType
- Object