PlanGenerationOptions.DropObjectsNotInSource Property

Gets or sets whether objects not in source are dropped.

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

Syntax

'Declaration
Public Property DropObjectsNotInSource As Boolean
    Get
    Set
'Usage
Dim instance As PlanGenerationOptions
Dim value As Boolean

value = instance.DropObjectsNotInSource

instance.DropObjectsNotInSource = value
public bool DropObjectsNotInSource { get; set; }
public:
property bool DropObjectsNotInSource {
    bool get ();
    void set (bool value);
}
function get DropObjectsNotInSource () : boolean
function set DropObjectsNotInSource (value : boolean)
member DropObjectsNotInSource : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PlanGenerationOptions Class

PlanGenerationOptions Members

Microsoft.Data.Schema.Build Namespace