PlanGenerationOptions.CreateCopy Method
Creates a copy of the PlanGenerationOptions.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Function CreateCopy As PlanGenerationOptions
'Usage
Dim instance As PlanGenerationOptions
Dim returnValue As PlanGenerationOptions
returnValue = instance.CreateCopy()
public virtual PlanGenerationOptions CreateCopy()
public:
virtual PlanGenerationOptions^ CreateCopy()
public function CreateCopy() : PlanGenerationOptions
abstract CreateCopy : unit -> PlanGenerationOptions
override CreateCopy : unit -> PlanGenerationOptions
Return Value
Type: Microsoft.Data.Schema.Build.PlanGenerationOptions
.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.