RelationalStrings.TpcTableSharingDependent 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, l’un de ses types dérivés « {derivedType} » est mappé à « {otherStoreObject} ». Les hiérarchies utilisant le partage de tables ne peuvent pas être mappées à l’aide de la stratégie de mappage TPC.
public static string TpcTableSharingDependent (object? dependentType, object? storeObject, object? derivedType, object? otherStoreObject);
static member TpcTableSharingDependent : obj * obj * obj * obj -> string
Public Shared Function TpcTableSharingDependent (dependentType As Object, storeObject As Object, derivedType As Object, otherStoreObject As Object) As String
Paramètres
- dependentType
- Object
- storeObject
- Object
- derivedType
- Object
- otherStoreObject
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.