DacExtensions.SetServiceLogSetting(DacServices, String, Object) Method
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.
Configures a logging setting on the supplied DacServices instance.
public static void SetServiceLogSetting (Microsoft.SqlServer.Dac.DacServices service, string settingName, object settingValue);
static member SetServiceLogSetting : Microsoft.SqlServer.Dac.DacServices * string * obj -> unit
Public Sub SetServiceLogSetting (service As DacServices, settingName As String, settingValue As Object)
Parameters
- service
- DacServices
The services instance to apply the setting
- settingName
- String
The name of the setting
- settingValue
- Object
The value of the setting or null to remove the setting