Bagikan melalui


CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) Metode

Definisi

Properti '{property}' tidak dapat dihapus dari tipe '{entityType}' karena sedang digunakan dalam indeks {index} pada '{indexType}'. Semua indeks yang berisi harus dihapus atau ditentukan ulang sebelum properti dapat dihapus.

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

Parameter

property
Object
entityType
Object
index
Object
indexType
Object

Mengembalikan

Berlaku untuk