Sql90PlanGenerationOptions.IgnoreDefaultSchema Property
Gets whether to ignore the default schema.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property IgnoreDefaultSchema As Boolean
Get
Friend Set
'Usage
Dim instance As Sql90PlanGenerationOptions
Dim value As Boolean
value = instance.IgnoreDefaultSchema
public bool IgnoreDefaultSchema { get; internal set; }
public:
property bool IgnoreDefaultSchema {
bool get ();
internal: void set (bool value);
}
function get IgnoreDefaultSchema () : boolean
internal function set IgnoreDefaultSchema (value : boolean)
member IgnoreDefaultSchema : bool with get, internal 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.
See Also
Reference
Sql90PlanGenerationOptions Class