共用方式為


VersionStatusFlags 列舉

Contains values specifying 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

成員

成員名稱 說明
Open The version is open for member data to be changed.
Locked The version is locked for review and member data cannot be changed except by an administrator.
Committed The version's member data has been approved and cannot be changed.
All Combination of all version status flags.