Sql90SchemaDeploymentOptions.CreateCopy Method

Creates a replica of SchemaDeploymentOptions for SQL Server 2005.

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

Sql90SchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace