ForceDelete Enum

Definition

Caution

Ignored. Deleting an attribute updates any consuming subscription view

Code for whether to force deletion of an attribute when error has been encountered.

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
Inheritance
ForceDelete
Attributes

Fields

OverrideSubscriptionViewConflict 1

Force delete attributes associated with subscription views.

Unspecified 0

Don't force deletion.

Remarks

The ForceDelete simple type specifies the code for whether to force deletion of an attribute when error has been encountered.

Applies to