Класс SystemSetting

Contains values specifying a single setting within the MDM system. These settings should be members of a SystemSettingGroup.

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

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'Identifier> ) > ) >
    Microsoft.MasterDataServices.Services.DataContracts..::..SystemSetting

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets the AuditInfo. (Производный от MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Открытое свойство Identifier Gets or sets the ID. (Производный от MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Открытое свойство Permission Gets or sets the permission. (Производный от MdmDataContract< (Of < ( <'IdType> ) > ) >.)

В начало

Методы

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

В начало

Поля

  Имя Описание
Открытое поле DataType AttributeDataType simple type.
Открытое поле Description String representing the long description of the setting.
Открытое поле DisplayName Specifies the display name.
Открытое поле DisplaySequence Specifies the display sequence.
Открытое поле IsVisible Gets or sets a value indicating whether the setting is visible in the MDS configuration screen.
Открытое поле MaxValue String that constrains the maximum possible value for the setting.
Открытое поле MinValue String that constrains the minimum possible value for the setting.
Открытое поле SettingType AttributeType simple type.
Открытое поле SettingValue String value of the setting.
Открытое поле SystemDomainList SystemDomainList.

В начало

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

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