CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
无法从类型“{entityType}”中删除属性“{property}”,因为它正在“{indexType}”的索引 {index} 中使用。 必须先删除或重新定义包含的所有索引,然后才能删除属性。
public static string PropertyInUseIndex (object property, object entityType, object index, object indexType);
public static string PropertyInUseIndex (object? property, object? entityType, object? index, object? indexType);
static member PropertyInUseIndex : obj * obj * obj * obj -> string
Public Shared Function PropertyInUseIndex (property As Object, entityType As Object, index As Object, indexType As Object) As String
参数
- property
- Object
- entityType
- Object
- index
- Object
- indexType
- Object