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


Класс SystemSetting

Specifies a single setting within the MDS system.

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

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfIdentifier
      Microsoft.MasterDataServices.SystemSetting

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets auditing information. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство DataType Gets or sets the attribute data type.
Открытое свойство Description Gets or sets the long description of the setting.
Открытое свойство DisplayName Gets or sets display name of the setting.
Открытое свойство DisplaySequence Gets or sets the sequence in which the system setting should be displayed.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство Identifier Gets or sets the ID. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство IsVisible Gets or sets a value that indicates whether the setting is visible in the MDS configuration screen.
Открытое свойство MaxValue Gets or sets the maximum possible value for the setting.
Открытое свойство MinValue Gets or sets the minimum possible value for the setting.
Открытое свойство Permission Gets or sets the security permission. (Производный от MdmDataContractOfIdentifier.)
Открытое свойство SettingType Gets or sets the setting type.
Открытое свойство SettingValue Gets or sets the setting value.
Открытое свойство SystemDomainList Gets or sets the system domain list.

В начало

Методы

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

В начало

Замечания

These settings should be a member of a SystemSettingGroup.

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

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

См. также

Справочник

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