Partilhar via


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
Método público SystemSetting Initializes a new instance of the SystemSetting class.

Início

Propriedades

  Nome Descrição
Propriedade pública AuditInfo Gets or sets the AuditInfo. (Herdado de MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Propriedade pública Identifier Gets or sets the ID. (Herdado de MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Propriedade pública Permission Gets or sets the permission. (Herdado de MdmDataContract< (Of < ( <'IdType> ) > ) >.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo público DataType AttributeDataType simple type.
Campo público Description String representing the long description of the setting.
Campo público DisplayName Specifies the display name.
Campo público DisplaySequence Specifies the display sequence.
Campo público IsVisible Gets or sets a value indicating whether the setting is visible in the MDS configuration screen.
Campo público MaxValue String that constrains the maximum possible value for the setting.
Campo público MinValue String that constrains the minimum possible value for the setting.
Campo público SettingType AttributeType simple type.
Campo público SettingValue String value of the setting.
Campo público 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.