共用方式為


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 命名空間