DacExtensions.SetServiceSetting(DacServices, String, Object) Method

Definition

Configures a setting on the supplied DacServices instance.

public static void SetServiceSetting (Microsoft.SqlServer.Dac.DacServices service, string settingName, object settingValue);
static member SetServiceSetting : Microsoft.SqlServer.Dac.DacServices * string * obj -> unit
Public Sub SetServiceSetting (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