Classe SystemSetting
Contains values specifying a single setting within the MDM system. These settings should be members of a SystemSettingGroup.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'Identifier> ) > ) >
Microsoft.MasterDataServices.Services.DataContracts..::..SystemSetting
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "SystemSetting", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemSetting _
Inherits MdmDataContract(Of Identifier)
'Uso
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>
O tipo SystemSetting expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
SystemSetting | Initializes a new instance of the SystemSetting class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AuditInfo | Gets or sets the AuditInfo. (Herdado de MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
![]() |
Identifier | Gets or sets the ID. (Herdado de MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
![]() |
Permission | Gets or sets the permission. (Herdado de MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
![]() |
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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.