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

See Also

Reference

Sql90PlanGenerationOptions Class

Sql90PlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace