Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.