RelationalStrings.TpcTableSharingDependent 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实体类型“{dependentType}”映射到“{storeObject}”。 但是,它的一个派生类型“{derivedType}”映射到“{otherStoreObject}”。 无法使用 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
参数
- dependentType
- Object
- storeObject
- Object
- derivedType
- Object
- otherStoreObject
- Object