CoreStrings.DeleteBehaviorAttributeNotOnNavigationProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object) |
L'attributo [DeleteBehavior] può essere specificato solo nelle proprietà di spostamento e non è supportato nelle proprietà che costituiscono la chiave esterna. Rimuovere l'attributo da '{type}. {propertyName}'. |
DeleteBehaviorAttributeNotOnNavigationProperty |
L'attributo [DeleteBehavior] può essere specificato solo nelle proprietà di spostamento e non è supportato nelle proprietà che costituiscono la chiave esterna. |
DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object)
L'attributo [DeleteBehavior] può essere specificato solo nelle proprietà di spostamento e non è supportato nelle proprietà che costituiscono la chiave esterna. Rimuovere l'attributo da '{type}. {propertyName}'.
public static string DeleteBehaviorAttributeNotOnNavigationProperty (object? type, object? propertyName);
static member DeleteBehaviorAttributeNotOnNavigationProperty : obj * obj -> string
Public Shared Function DeleteBehaviorAttributeNotOnNavigationProperty (type As Object, propertyName As Object) As String
Parametri
- type
- Object
- propertyName
- Object
Restituisce
Si applica a
DeleteBehaviorAttributeNotOnNavigationProperty
L'attributo [DeleteBehavior] può essere specificato solo nelle proprietà di spostamento e non è supportato nelle proprietà che costituiscono la chiave esterna.
public static string DeleteBehaviorAttributeNotOnNavigationProperty { get; }
static member DeleteBehaviorAttributeNotOnNavigationProperty : string
Public Shared ReadOnly Property DeleteBehaviorAttributeNotOnNavigationProperty As String