Share via


SystemSetting-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

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

Der SystemSetting-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SystemSetting Initializes a new instance of the SystemSetting class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditInfo Gets or sets the AuditInfo. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Öffentliche Eigenschaft Identifier Gets or sets the ID. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Öffentliche Eigenschaft Permission Gets or sets the permission. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

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

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.