CoreStrings.PropertyInUseForeignKey(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.
Properti '{property}' tidak dapat dihapus dari tipe '{type}' karena sedang digunakan di kunci asing {foreignKeyProperties} pada '{foreignKeyType}'. Semua yang berisi kunci asing harus dihapus atau didefinisikan ulang sebelum properti dapat dihapus.
public static string PropertyInUseForeignKey(object property, object entityType, object foreignKey, object foreignKeyType);
public static string PropertyInUseForeignKey(object property, object entityType, object foreignKeyProperties, object foreignKeyType);
public static string PropertyInUseForeignKey(object? property, object? entityType, object? foreignKeyProperties, object? foreignKeyType);
public static string PropertyInUseForeignKey(object? property, object? type, object? foreignKeyProperties, object? foreignKeyType);
static member PropertyInUseForeignKey : obj * obj * obj * obj -> string
static member PropertyInUseForeignKey : obj * obj * obj * obj -> string
static member PropertyInUseForeignKey : obj * obj * obj * obj -> string
Public Shared Function PropertyInUseForeignKey (property As Object, entityType As Object, foreignKey As Object, foreignKeyType As Object) As String
Public Shared Function PropertyInUseForeignKey (property As Object, entityType As Object, foreignKeyProperties As Object, foreignKeyType As Object) As String
Public Shared Function PropertyInUseForeignKey (property As Object, type As Object, foreignKeyProperties As Object, foreignKeyType As Object) As String
Parameter
- property
- Object
- entityTypetype
- Object
- foreignKeyforeignKeyProperties
- Object
- foreignKeyType
- Object