ForceDelete Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unspecified | 0 | Don't force deletion. |
OverrideSubscriptionViewConflict | 1 | Force delete attributes associated with subscription views. |
Remarks
The ForceDelete simple type specifies the code for whether to force deletion of an attribute when error has been encountered.