ChangesetStatus 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 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
Name | Value | Description |
---|---|---|
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. |
Approved | 3 | The Changeset is approved. |
Rejected | 4 | The Changeset is rejected. |
Committed | 5 | The Changeset is committed. |
Remarks
The ChangesetStatus type specifies the status of the Changeset.