Condividi tramite


Enumerazione VersionStatusFlags

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

Questa enumerazione dispone di un attributo FlagsAttribute che consente una combinazione bit per bit dei relativi valori dei membri.

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

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

Membri

Nome membro Descrizione
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Deployment