Condividi tramite


Classe VersionFlag

Specifies tags that provide a standard identifier that can be attached to a version to reduce integration rework.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .MdmDataContractOfModelContextIdentifier
    Microsoft.MasterDataServices..::..VersionFlag

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

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "VersionFlag", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class VersionFlag _
    Inherits MdmDataContractOfModelContextIdentifier
'Utilizzo
Dim instance As VersionFlag
[DataContractAttribute(Name = "VersionFlag", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class VersionFlag : MdmDataContractOfModelContextIdentifier
[DataContractAttribute(Name = L"VersionFlag", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class VersionFlag : public MdmDataContractOfModelContextIdentifier
[<DataContractAttribute(Name = "VersionFlag", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type VersionFlag =  
    class
        inherit MdmDataContractOfModelContextIdentifier
    end
public class VersionFlag extends MdmDataContractOfModelContextIdentifier

Nel tipo VersionFlag sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico VersionFlag Initializes a new instance of the VersionFlag class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AssignedVersionId Gets or sets the ID of the version the version flag is or should be associated with.
Proprietà pubblica AuditInfo Gets or sets audit information. Ereditato da MdmDataContractOfModelContextIdentifier.
Proprietà pubblica Description Gets or sets the description of the version flag.
Proprietà pubblica ExtensionData Gets or sets an object that contains extra data. Ereditato da MdmDataContractOfModelContextIdentifier.
Proprietà pubblica Identifier Gets or sets the ID of the model context. Ereditato da MdmDataContractOfModelContextIdentifier.
Proprietà pubblica IsCommittedOnly Gets or sets a value that indicates whether the VersionFlag should only be associated with committed versions.
Proprietà pubblica Permission Gets or sets the security permission. Ereditato da MdmDataContractOfModelContextIdentifier.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

These identifiers can be limited to only committed versions or available to all versions based on a Boolean setting.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.