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
'Deklaracja
<SfcPropertyAttribute> _
Public Property LevelZeroOnly As Boolean
[SfcPropertyAttribute]
public bool LevelZeroOnly { get; set; }
[SfcPropertyAttribute]
public:
property bool LevelZeroOnly {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_LevelZeroOnly ()
/** @property */
public void set_LevelZeroOnly (boolean value)
public function get LevelZeroOnly () : boolean
public function set LevelZeroOnly (value : boolean)
Property Value
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.