VersionStatusFlags 枚举

Specifies which VersionStatus type or types to retrieve in GetVersion() calls.

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.MasterDataServices.Deployment
程序集:  Microsoft.MasterDataServices.Deployment(在 Microsoft.MasterDataServices.Deployment.dll 中)

语法

声明
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration VersionStatusFlags
用法
Dim instance As VersionStatusFlags
[SerializableAttribute]
[FlagsAttribute]
public enum VersionStatusFlags
[SerializableAttribute]
[FlagsAttribute]
public enum class VersionStatusFlags
[<SerializableAttribute>]
[<FlagsAttribute>]
type VersionStatusFlags
public enum VersionStatusFlags

成员

成员名称 说明
All The combination of all Version Status flags.
Committed The version's member data has been approved and cannot be changed.
Locked The version is locked for review and member data cannot be changed except by an administrator.
Open The version is open for member data to be changed.

请参阅

参考

Microsoft.MasterDataServices.Deployment 命名空间