Compartir a través de


CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) Método

Definición

No se puede quitar la propiedad '{property}' del tipo '{entityType}' porque se usa en el índice {index} en '{indexType}'. Todos los índices que contienen se deben quitar o redefinir antes de que se pueda quitar la propiedad.

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

Parámetros

property
Object
entityType
Object
index
Object
indexType
Object

Devoluciones

Se aplica a