RelationalStrings.TpcTableSharing(Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实体类型“{dependentType}”映射到“{storeObject}”。 但是,主体实体类型“{principalEntityType}”也映射到“{storeObject}”,并且它使用的是 TPC 映射策略。 仅当 TPC 层次结构中的实体类型没有派生类型时,才能使用表共享。
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
参数
- dependentType
- Object
- storeObject
- Object
- principalEntityType
- Object