BRStatus Enum

Definition

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

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.

PendingDeletion 6

The rule was previously Active, but has been marked for deletion.

PendingExclusion 5

The rule was previously Active, but has been marked for exclusion.

Undefined 0

Undefined

Remarks

The BRStatus simple type specifies the update and publication status of a business rule.

Applies to