Share via


SystemSettingGroup-Klasse

Specifies a group of related system settings that manage system level functionality within MDS.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..SystemSettingGroup

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

Syntax

'Declaration
<DataContractAttribute(Name := "SystemSettingGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemSettingGroup _
    Implements IExtensibleDataObject
'Usage
Dim instance As SystemSettingGroup
[DataContractAttribute(Name = "SystemSettingGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemSettingGroup : IExtensibleDataObject
[DataContractAttribute(Name = L"SystemSettingGroup", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemSettingGroup : IExtensibleDataObject
[<DataContractAttribute(Name = "SystemSettingGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingGroup =  
    class
        interface IExtensibleDataObject
    end
public class SystemSettingGroup implements IExtensibleDataObject

Der SystemSettingGroup-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Description Gets or sets the description for the setting group.
Öffentliche Eigenschaft DisplayName Gets or sets the display name for the group.
Öffentliche Eigenschaft DisplaySequence Gets or sets the sequence in which the setting groups are most logically displayed.
Öffentliche Eigenschaft ExtensionData Gets or sets an object that contains extra data.
Öffentliche Eigenschaft Identifier Gets or sets the ID of the system setting group.
Öffentliche Eigenschaft SystemSettings Gets or sets a list of system settings.

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

Threadsicherheit

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