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