BRStatus 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.
Specifies the update and publication status of a business rule.
public enum class BRStatus
[System.Runtime.Serialization.DataContract(Name="BRStatus", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRStatus
[<System.Runtime.Serialization.DataContract(Name="BRStatus", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRStatus =
Public Enum BRStatus
- Inheritance
-
BRStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | Undefined |
Active | 1 | The rule has been published and will execute. |
Excluded | 2 | The rule is excluded from execution. |
PendingActivation | 3 | The rule has been created, but not yet published for activation. |
PendingChanges | 4 | The rule was previously Active, but changes have been made and not yet published. |
PendingExclusion | 5 | The rule was previously Active, but has been marked for exclusion. |
PendingDeletion | 6 | The rule was previously Active, but has been marked for deletion. |
Remarks
The BRStatus simple type specifies the update and publication status of a business rule.