Condividi tramite


Classe SystemSettingGroup

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

Gerarchia di ereditarietà

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

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

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "SystemSettingGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemSettingGroup _
    Implements IExtensibleDataObject
'Utilizzo
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

Nel tipo SystemSettingGroup sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Description Gets or sets the description for the setting group.
Proprietà pubblica DisplayName Gets or sets the display name for the group.
Proprietà pubblica DisplaySequence Gets or sets the sequence in which the setting groups are most logically displayed.
Proprietà pubblica ExtensionData Gets or sets an object that contains extra data.
Proprietà pubblica Identifier Gets or sets the ID of the system setting group.
Proprietà pubblica SystemSettings Gets or sets a list of system settings.

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

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.