RelationalStrings.TpcTableSharing(Object, Object, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Il tipo di entità '{dependentType}' è mappato a '{storeObject}'. Tuttavia, anche il tipo di entità principale '{principalEntityType}' viene mappato a '{storeObject}' e usa la strategia di mapping TPC. I tipi di entità in una gerarchia TPC possono usare la condivisione di tabelle solo se non hanno tipi derivati.
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
Parametri
- dependentType
- Object
- storeObject
- Object
- principalEntityType
- Object