VersionStatus 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 a version.
public enum class VersionStatus
[System.Runtime.Serialization.DataContract(Name="VersionStatus", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum VersionStatus
[<System.Runtime.Serialization.DataContract(Name="VersionStatus", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type VersionStatus =
Public Enum VersionStatus
- Inheritance
-
VersionStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | The status of the version is unknown or has not been set. |
Open | 1 | The version is open for member data to be changed. |
Locked | 2 | The version is locked for review and member data cannot be changed except by an administrator. |
Committed | 3 | The version's member data has been approved and cannot be changed. |
Remarks
The VersionStatus simple type specifies the status of a version.