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


Класс Model

Represents a model, which is the highest grouping of MDS entities.

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

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfIdentifier
      Microsoft.MasterDataServices.Model

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "Model", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Model _
    Inherits MdmDataContractOfIdentifier
'Применение
Dim instance As Model
[DataContractAttribute(Name = "Model", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Model : MdmDataContractOfIdentifier
[DataContractAttribute(Name = L"Model", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Model : public MdmDataContractOfIdentifier
[<DataContractAttribute(Name = "Model", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Model =  
    class
        inherit MdmDataContractOfIdentifier
    end
public class Model extends MdmDataContractOfIdentifier

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets auditing information. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство DerivedHierarchies Gets or sets an array of derived hierarchies.
Открытое свойство Entities Gets or sets an array of entities.
Открытое свойство ExplicitHierarchies Gets or sets an array of explicit hierarchies.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство Identifier Gets or sets the ID. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство IsAdministrator Gets or sets a value that indicates whether the current user is an administrator of the model.
Открытое свойство IsSystem Gets or sets a value that indicates whether the model was created by the system.
Открытое свойство Permission Gets or sets the security permission. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство VersionFlags Gets or sets an array of version flags.
Открытое свойство Versions Gets or sets an array of versions.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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