Condividi tramite


CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) Metodo

Definizione

Impossibile rimuovere la proprietà '{property}' dal tipo '{entityType}' perché viene utilizzata nell'indice {index} in '{indexType}'. Tutti gli indici contenenti devono essere rimossi o ridefiniti prima che la proprietà possa essere rimossa.

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

Parametri

property
Object
entityType
Object
index
Object
indexType
Object

Restituisce

Si applica a