Поделиться через


Класс VersionFlag

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

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

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
      Microsoft.MasterDataServices.VersionFlag

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AssignedVersionId Gets or sets the ID of the version the version flag is or should be associated with.
Открытое свойство AuditInfo Gets or sets audit information. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство Description Gets or sets the description of the version flag.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство Identifier Gets or sets the ID of the model context. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство IsCommittedOnly Gets or sets a value that indicates whether the VersionFlag should only be associated with committed versions.
Открытое свойство Permission Gets or sets the security permission. (Производный от MdmDataContractOfModelContextIdentifier.)

В начало

Методы

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

В начало

Замечания

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

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

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

См. также

Справочник

Пространство имен Microsoft.MasterDataServices