Condividi tramite


CoreStrings.KeyInUse Metodo

Definizione

Overload

KeyInUse(Object, Object, Object, Object)

Impossibile rimuovere la chiave {keyProperties} dal tipo di entità '{entityType}' perché fa riferimento a una chiave esterna {foreignKeyProperties} definita sul tipo di entità '{dependentType}'. Rimuovere o modificare la chiave principale per tutte le chiavi esterne di riferimento prima di rimuovere la chiave.

KeyInUse(Object, Object, Object)

Impossibile rimuovere la chiave {key} dal tipo di entità '{entityType}' perché fa riferimento a una chiave esterna nel tipo di entità '{dependentType}'. Tutte le chiavi esterne devono essere rimosse o ridefinite prima che la chiave a cui si fa riferimento possa essere rimossa.

KeyInUse(Object, Object, Object, Object)

Impossibile rimuovere la chiave {keyProperties} dal tipo di entità '{entityType}' perché fa riferimento a una chiave esterna {foreignKeyProperties} definita sul tipo di entità '{dependentType}'. Rimuovere o modificare la chiave principale per tutte le chiavi esterne di riferimento prima di rimuovere la chiave.

public static string KeyInUse (object keyProperties, object entityType, object foreignKeyProperties, object dependentType);
public static string KeyInUse (object? keyProperties, object? entityType, object? foreignKeyProperties, object? dependentType);
static member KeyInUse : obj * obj * obj * obj -> string
Public Shared Function KeyInUse (keyProperties As Object, entityType As Object, foreignKeyProperties As Object, dependentType As Object) As String

Parametri

keyProperties
Object
entityType
Object
foreignKeyProperties
Object
dependentType
Object

Restituisce

Si applica a

KeyInUse(Object, Object, Object)

Impossibile rimuovere la chiave {key} dal tipo di entità '{entityType}' perché fa riferimento a una chiave esterna nel tipo di entità '{dependentType}'. Tutte le chiavi esterne devono essere rimosse o ridefinite prima che la chiave a cui si fa riferimento possa essere rimossa.

public static string KeyInUse (object key, object entityType, object dependentType);
static member KeyInUse : obj * obj * obj -> string
Public Shared Function KeyInUse (key As Object, entityType As Object, dependentType As Object) As String

Parametri

key
Object
entityType
Object
dependentType
Object

Restituisce

Si applica a