Freigeben über


Version-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
      Microsoft.MasterDataServices.Version

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

Syntax

'Declaration
<DataContractAttribute(Name := "Version", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Version _
    Inherits MdmDataContractOfModelContextIdentifier
'Usage
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

Der Version-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Version Initializes a new instance of the Version class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditInfo Gets or sets audit information. (Geerbt von MdmDataContractOfModelContextIdentifier.)
Öffentliche Eigenschaft 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..
Öffentliche Eigenschaft Description Gets or sets a description of the version.
Öffentliche Eigenschaft ExtensionData Gets or sets the structure that contains extra data. (Geerbt von DataContractBase.)
Öffentliche Eigenschaft Identifier Gets or sets the ID of the model context. (Geerbt von MdmDataContractOfModelContextIdentifier.)
Öffentliche Eigenschaft Permission Gets or sets the security permission. (Geerbt von MdmDataContractOfModelContextIdentifier.)
Öffentliche Eigenschaft ValidationStatus Gets or sets the current validation status of the version's member data.
Öffentliche Eigenschaft VersionFlagId Gets or sets the version flag to which this version is linked.
Öffentliche Eigenschaft VersionNumber Gets or sets the displayable version number.
Öffentliche Eigenschaft VersionStatus Gets or sets the current status of the version.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices-Namespace