Condividi tramite


Classe SystemSetting

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "SystemSetting", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemSetting _
    Inherits MdmDataContract(Of Identifier)
'Utilizzo
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>

Nel tipo SystemSetting sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SystemSetting Initializes a new instance of the SystemSetting class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets the AuditInfo. Ereditato da MdmDataContract< (Of < ( <'IdType> ) > ) >.
Proprietà pubblica Identifier Gets or sets the ID. Ereditato da MdmDataContract< (Of < ( <'IdType> ) > ) >.
Proprietà pubblica Permission Gets or sets the permission. Ereditato da MdmDataContract< (Of < ( <'IdType> ) > ) >.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico DataType AttributeDataType simple type.
Campo pubblico Description String representing the long description of the setting.
Campo pubblico DisplayName Specifies the display name.
Campo pubblico DisplaySequence Specifies the display sequence.
Campo pubblico IsVisible Gets or sets a value indicating whether the setting is visible in the MDS configuration screen.
Campo pubblico MaxValue String that constrains the maximum possible value for the setting.
Campo pubblico MinValue String that constrains the minimum possible value for the setting.
Campo pubblico SettingType AttributeType simple type.
Campo pubblico SettingValue String value of the setting.
Campo pubblico SystemDomainList SystemDomainList.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.