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