SystemSettingsUpdateRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an array of one or more groups of one or more system settings to be updated.
public ref class SystemSettingsUpdateRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemSettingsUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemSettingsUpdateRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemSettingsUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingsUpdateRequest = class
Public Class SystemSettingsUpdateRequest
- Inheritance
-
SystemSettingsUpdateRequest
- Attributes
Constructors
SystemSettingsUpdateRequest() |
Initializes a new instance of the SystemSettingsUpdateRequest class that has default values. |
SystemSettingsUpdateRequest(International, Collection<SystemSettingGroup>) |
Initializes a new instance of the SystemSettingsUpdateRequest class that has the specified cultural settings and a list of system setting groups. |
Fields
International |
The cultural settings. |
SystemSettingGroups |
The system setting groups to update. |