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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.