OleDbProviderSettings.LevelZeroOnly Property

Gets or sets the Boolean property value that specifies whether all OLE DB providers are supported or just those that are compliant with the level 0 OLE DB interface.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property LevelZeroOnly As Boolean
    Get
    Set
'Usage
Dim instance As OleDbProviderSettings
Dim value As Boolean

value = instance.LevelZeroOnly

instance.LevelZeroOnly = value
[SfcPropertyAttribute]
public bool LevelZeroOnly { get; set; }
[SfcPropertyAttribute]
public:
property bool LevelZeroOnly {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member LevelZeroOnly : bool with get, set
function get LevelZeroOnly () : boolean
function set LevelZeroOnly (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies whether all OLE DB providers are supported or just those that are compliant with the level 0 OLE DB interface.
If True, only level 0 OLE DB providers are allowed.
If False (default), all levels of OLE DB provider are allowed.