ForceDelete 列挙型

定義

注意事項

Ignored. Deleting an attribute updates any consuming subscription view

エラーが発生した場合に属性の強制削除を要するかどうかのコード。

public enum class ForceDelete
[System.Obsolete("Ignored. Deleting an attribute updates any consuming subscription view")]
[System.Runtime.Serialization.DataContract(Name="ForceDelete", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ForceDelete
[<System.Obsolete("Ignored. Deleting an attribute updates any consuming subscription view")>]
[<System.Runtime.Serialization.DataContract(Name="ForceDelete", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ForceDelete = 
Public Enum ForceDelete
継承
ForceDelete
属性

フィールド

名前 説明
Unspecified 0

強制削除しないでください。

OverrideSubscriptionViewConflict 1

サブスクリプションビューに関連付けられた属性の強制削除。

注釈

ForceDelete単純型は、エラーが発生した場合に属性を削除強制するかどうかのコードを指定します。

適用対象