Share via


SchemaDeploymentOptions.CreateCopy Method

Returns a copy of these option settings.

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

Syntax

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

Return Value

Type: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
A copy of the option settings in this object.

.NET Framework Security

See Also

Reference

SchemaDeploymentOptions Class

Microsoft.Data.Schema.Build Namespace