Dela via


SqlSchemaDeploymentOptions.CreateCopy Method

Creates and returns a new copy of the SqlSchemaDeploymentOptions by using the settings in this.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overrides Function CreateCopy As SchemaDeploymentOptions
public override SchemaDeploymentOptions CreateCopy()
public:
virtual SchemaDeploymentOptions^ CreateCopy() override
abstract CreateCopy : unit -> SchemaDeploymentOptions 
override CreateCopy : unit -> SchemaDeploymentOptions 
public override function CreateCopy() : SchemaDeploymentOptions

Return Value

Type: Microsoft.Data.Schema.Build.SchemaDeploymentOptions

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace