Version

WebScheduleOleDbProvider Constructor

Default constructor initializes fields to their initial values.
Syntax
'Declaration
 
Public Function New()
public WebScheduleOleDbProvider()
Remarks

Classes inheriting from WebScheduleOleDbProvider must provide their own constructors to create more purposeful instances. Inheritors will always call this parameterless base class constructor from their own constructors by default.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also