DacExtensions.SetServiceSetting 메서드
Configures a setting on the supplied DacServices instance. This method supports the Data-Tier Application Framework infrastructure and is not intended to be used directly from your code.
네임스페이스: Microsoft.SqlServer.Dac.Extensions
어셈블리: Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)
구문
‘선언
Public Shared Sub SetServiceSetting ( _
service As DacServices, _
settingName As String, _
settingValue As Object _
)
‘사용 방법
Dim service As DacServices
Dim settingName As String
Dim settingValue As Object
DacExtensions.SetServiceSetting(service, _
settingName, settingValue)
public static void SetServiceSetting(
DacServices service,
string settingName,
Object settingValue
)
public:
static void SetServiceSetting(
DacServices^ service,
String^ settingName,
Object^ settingValue
)
static member SetServiceSetting :
service:DacServices *
settingName:string *
settingValue:Object -> unit
public static function SetServiceSetting(
service : DacServices,
settingName : String,
settingValue : Object
)
매개 변수
- service
유형: Microsoft.SqlServer.Dac.DacServices
The services instance to apply the setting.
- settingName
유형: System.String
The name of the setting.
- settingValue
유형: System.Object
The value of the setting or null to remove the setting.