Classe SystemSettingsGetResponse
Provides system settings within a Microsoft.MasterDataServices.SystemSettingsGroup.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.SystemSettingsGetResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "SystemSettingsGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SystemSettingsGetResponse
'Utilizzo
Dim instance As SystemSettingsGetResponse
[MessageContractAttribute(WrapperName = "SystemSettingsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class SystemSettingsGetResponse
[MessageContractAttribute(WrapperName = L"SystemSettingsGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class SystemSettingsGetResponse
[<MessageContractAttribute(WrapperName = "SystemSettingsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type SystemSettingsGetResponse = class end
public class SystemSettingsGetResponse
Nel tipo SystemSettingsGetResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
SystemSettingsGetResponse() | Initializes a new instance of the SystemSettingsGetResponse class that has default values. |
![]() |
SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>) | Initializes a new instance of the SystemSettingsGetResponse class that has the specified operation result and list of system settings groups. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() |
SystemSettingsGroups | The system setting groups to return in the response. |
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.