CoreStrings.DuplicateNamedIndex(Object, Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
无法将属性 {indexProperties} 上定义的名为“{indexName}”的索引添加到实体类型“{entityType}”,因为实体类型“{duplicateEntityType}”上已存在同名的索引。
public static string DuplicateNamedIndex (object indexName, object indexProperties, object entityType, object duplicateEntityType);
public static string DuplicateNamedIndex (object? indexName, object? indexProperties, object? entityType, object? duplicateEntityType);
static member DuplicateNamedIndex : obj * obj * obj * obj -> string
Public Shared Function DuplicateNamedIndex (indexName As Object, indexProperties As Object, entityType As Object, duplicateEntityType As Object) As String
参数
- indexName
- Object
- indexProperties
- Object
- entityType
- Object
- duplicateEntityType
- Object