VersionStatusFlags-Enumeration

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

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration VersionStatusFlags
'Usage
Dim instance As VersionStatusFlags
[SerializableAttribute]
[FlagsAttribute]
public enum VersionStatusFlags
[SerializableAttribute]
[FlagsAttribute]
public enum class VersionStatusFlags
[<SerializableAttribute>]
[<FlagsAttribute>]
type VersionStatusFlags
public enum VersionStatusFlags

Elemente

Elementname Beschreibung
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.

Siehe auch

Verweis

Microsoft.MasterDataServices.Deployment-Namespace