SetDefaults Method (ClientSettings Class)

Sets all the default values for the instance of the Microsoft SQL Server client with the option to overwrite existing data.

구문

object.SetDefaults(OverwriteAll)

매개 변수

Parameter Description

OverwriteAll

A Boolean value that specifies whether to overwrite existing values on the instance of the SQL Server client. true to overwrite existing data; false if existing data is not to be overwritten.

Parts

  • object
    A ClientSettings object that represents a SQL Server client instance.

Property Value/Return Value

A uint32 value, which is 0 if the service was successfully modified, 1 if the request is not supported, and any other number to indicate an error.

주의