Condividi tramite


Classe Version

Specifies a snapshot that contains all model members, attributes, hierarchies and collections for a model, usually denoting a specific time period.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .MdmDataContractOfModelContextIdentifier
    Microsoft.MasterDataServices..::..Version

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

Sintassi

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

Nel tipo Version sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets audit information. Ereditato da MdmDataContractOfModelContextIdentifier.
Proprietà pubblica CopiedFromVersionId Gets or sets the version this version was copied from. Except for the initial version, all subsequent versions must be copied from another version..
Proprietà pubblica Description Gets or sets a description of the version.
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 Permission Gets or sets the security permission. Ereditato da MdmDataContractOfModelContextIdentifier.
Proprietà pubblica ValidationStatus Gets or sets the current validation status of the version's member data.
Proprietà pubblica VersionFlagId Gets or sets the version flag to which this version is linked.
Proprietà pubblica VersionNumber Gets or sets the displayable version number.
Proprietà pubblica VersionStatus Gets or sets the current status of the version.

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

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.