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
- 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.