ForceDelete Enumeration

 
Note: This API is now obsolete.

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

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

[ObsoleteAttribute("Ignored. Deleting an attribute updates any consuming subscription view")]
[DataContractAttribute(Name = "ForceDelete", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class ForceDelete

Member nameDescription
OverrideSubscriptionViewConflict

Force delete attributes associated with subscription views.

Unspecified

Don't force deletion.

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

Return to top
Show: