Share via


DacExtensions.SetServiceLogSetting(DacServices, String, Object) Method

Definition

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

Applies to