SqlScriptOptions.Copy(SqlScriptOptions) 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.
Copies current properties to another SqlScriptOptions instance
public void Copy (Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptOptions source);
member this.Copy : Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptOptions -> unit
Public Sub Copy (source As SqlScriptOptions)
Parameters
- source
- SqlScriptOptions