ChangeSetStatus Enumeration

 

Specifies the status of the change set.

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

[DataContractAttribute(Name = "ChangeSetStatus", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class ChangeSetStatus

Member nameDescription
Approved

The change set is approved.

Committed

The change set is committed.

NotSpecified

The stataus of the change set is unspecified. The default value of ChangeSetStatus is "NotSpecified".

Open

The change set is open for changes.

Pending

The change set is pending approval.

Rejected

The change set is rejected.

The ChangeSetStatus type specifies the status of the change set.

Return to top
Show: