ChangesetStatus Enum

Definition

Specifies the status of the Changeset.

public enum class ChangesetStatus
[System.Runtime.Serialization.DataContract(Name="ChangesetStatus", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ChangesetStatus
[<System.Runtime.Serialization.DataContract(Name="ChangesetStatus", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ChangesetStatus = 
Public Enum ChangesetStatus
Inheritance
ChangesetStatus
Attributes

Fields

Approved 3

The Changeset is approved.

Committed 5

The Changeset is committed.

NotSpecified 0

The stataus of the Changeset is unspecified. The default value of ChangesetStatus is "NotSpecified".

Open 1

The Changeset is open for changes.

Pending 2

The Changeset is pending approval.

Rejected 4

The Changeset is rejected.

Remarks

The ChangesetStatus type specifies the status of the Changeset.

Applies to