RelationalStrings.DuplicateForeignKeyTableMismatch Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Kunci asing {foreignKeyProperties1} pada '{entityType1}' dan {foreignKeyProperties2} pada '{entityType2}' keduanya dipetakan ke '{foreignKeyName}', tetapi dinyatakan pada tabel yang berbeda ('{table1}' dan '{table2}').
public static string DuplicateForeignKeyTableMismatch(object foreignKeyProperties1, object entityType1, object foreignKeyProperties2, object entityType2, object foreignKeyName, object table1, object table2);
public static string DuplicateForeignKeyTableMismatch(object? foreignKeyProperties1, object? entityType1, object? foreignKeyProperties2, object? entityType2, object? foreignKeyName, object? table1, object? table2);
static member DuplicateForeignKeyTableMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateForeignKeyTableMismatch (foreignKeyProperties1 As Object, entityType1 As Object, foreignKeyProperties2 As Object, entityType2 As Object, foreignKeyName As Object, table1 As Object, table2 As Object) As String
Parameter
- foreignKeyProperties1
- Object
- entityType1
- Object
- foreignKeyProperties2
- Object
- entityType2
- Object
- foreignKeyName
- Object
- table1
- Object
- table2
- Object