Enumeración BRStatus
Specifies the update and publication status of a business rule.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "BRStatus", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration BRStatus
'Uso
Dim instance As BRStatus
[DataContractAttribute(Name = "BRStatus", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRStatus
[DataContractAttribute(Name = L"BRStatus", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class BRStatus
[<DataContractAttribute(Name = "BRStatus", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRStatus
public enum BRStatus
Miembros
Nombre del miembro | Descripción | |
---|---|---|
Active | The rule is published. | |
Excluded | The rule is explicitly excluded from the published set of rules. | |
PendingActivation | The rule has been created and will be published with the next publish request for the related entity and member type. | |
PendingChanges | The rule has been updated and the new rule will be published with the next publish request for the related entity and member type. Until then, the prior version of the rule is active. | |
PendingDeletion | The rule has been marked for deletion will be deleted with the next publish request for the related entity and member type. Until then, the prior version of the rule is active. | |
PendingExclusion | The rule has been marked for exlusion will be excluded with the next publish request for the related entity and member type. Until then, the prior version of the rule is active. | |
Undefined | The rule will be created but does not have any actions or conditions defined. |
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts