다음을 통해 공유


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 네임스페이스