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