CoreStrings.ForeignKeyCountMismatch(Object, Object, Object, Object) 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.
Jumlah properti yang ditentukan untuk kunci asing {foreignKeyProperties} pada tipe entitas '{dependentType}' tidak cocok dengan jumlah properti dalam kunci utama {principalKeyProperties} pada tipe entitas '{principalType}'.
public static string ForeignKeyCountMismatch(object foreignKey, object dependentType, object principalKey, object principalType);
public static string ForeignKeyCountMismatch(object foreignKeyProperties, object dependentType, object principalKey, object principalType);
public static string ForeignKeyCountMismatch(object? foreignKeyProperties, object? dependentType, object? principalKeyProperties, object? principalType);
static member ForeignKeyCountMismatch : obj * obj * obj * obj -> string
static member ForeignKeyCountMismatch : obj * obj * obj * obj -> string
static member ForeignKeyCountMismatch : obj * obj * obj * obj -> string
Public Shared Function ForeignKeyCountMismatch (foreignKey As Object, dependentType As Object, principalKey As Object, principalType As Object) As String
Public Shared Function ForeignKeyCountMismatch (foreignKeyProperties As Object, dependentType As Object, principalKey As Object, principalType As Object) As String
Public Shared Function ForeignKeyCountMismatch (foreignKeyProperties As Object, dependentType As Object, principalKeyProperties As Object, principalType As Object) As String
Parameter
- foreignKeyforeignKeyProperties
- Object
- dependentType
- Object
- principalKeyprincipalKeyProperties
- Object
- principalType
- Object