CoreStrings.DeleteBehaviorAttributeNotOnNavigationProperty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object) |
[DeleteBehavior] 屬性只能在導覽屬性上指定,而且不支援組成外鍵的屬性。 從 '{type} 移除屬性。{propertyName}'。 |
DeleteBehaviorAttributeNotOnNavigationProperty |
[DeleteBehavior] 屬性只能在導覽屬性上指定,而且不支援組成外鍵的屬性。 |
DeleteBehaviorAttributeNotOnNavigationProperty(Object, Object)
[DeleteBehavior] 屬性只能在導覽屬性上指定,而且不支援組成外鍵的屬性。 從 '{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
參數
- type
- Object
- propertyName
- Object
傳回
適用於
DeleteBehaviorAttributeNotOnNavigationProperty
[DeleteBehavior] 屬性只能在導覽屬性上指定,而且不支援組成外鍵的屬性。
public static string DeleteBehaviorAttributeNotOnNavigationProperty { get; }
static member DeleteBehaviorAttributeNotOnNavigationProperty : string
Public Shared ReadOnly Property DeleteBehaviorAttributeNotOnNavigationProperty As String