Класс Version

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

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "Version", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Version _
    Inherits MdmDataContractOfModelContextIdentifier
'Применение
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

Тип Version обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Version Initializes a new instance of the Version class.

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets audit information. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство 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..
Открытое свойство Description Gets or sets a description of the version.
Открытое свойство ExtensionData Gets or sets an object that contains extra data. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство Identifier Gets or sets the ID of the model context. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство Permission Gets or sets the security permission. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство ValidationStatus Gets or sets the current validation status of the version's member data.
Открытое свойство VersionFlagId Gets or sets the version flag to which this version is linked.
Открытое свойство VersionNumber Gets or sets the displayable version number.
Открытое свойство VersionStatus Gets or sets the current status of the version.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.