Sdílet prostřednictvím


CoreStrings.KeyInUse Metoda

Definice

Přetížení

KeyInUse(Object, Object, Object, Object)

Klíč {keyProperties} nelze odebrat z typu entity {entityType}, protože na něj odkazuje cizí klíč {foreignKeyProperties} definovaný u typu entity {dependentType}. Před odebráním klíče odeberte nebo změňte hlavní klíč pro všechny odkazy na cizí klíče.

KeyInUse(Object, Object, Object)

Klíč {key} z typu entity {entityType} nelze odebrat, protože na něj odkazuje cizí klíč typu entity {dependentType}. Všechny cizí klíče je potřeba odebrat nebo předefinovat, aby bylo možné odkazovaný klíč odebrat.

KeyInUse(Object, Object, Object, Object)

Klíč {keyProperties} nelze odebrat z typu entity {entityType}, protože na něj odkazuje cizí klíč {foreignKeyProperties} definovaný u typu entity {dependentType}. Před odebráním klíče odeberte nebo změňte hlavní klíč pro všechny odkazy na cizí klíče.

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

Parametry

keyProperties
Object
entityType
Object
foreignKeyProperties
Object
dependentType
Object

Návraty

Platí pro

KeyInUse(Object, Object, Object)

Klíč {key} z typu entity {entityType} nelze odebrat, protože na něj odkazuje cizí klíč typu entity {dependentType}. Všechny cizí klíče je potřeba odebrat nebo předefinovat, aby bylo možné odkazovaný klíč odebrat.

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

Parametry

key
Object
entityType
Object
dependentType
Object

Návraty

Platí pro