Version

EnsureDataSourceID Method

Initializes the Connection property with information read from a SqlDataSource identified by the DataSourceID property.
Syntax
'Declaration
 
Protected Sub EnsureDataSourceID() 
protected void EnsureDataSourceID()
Exceptions
ExceptionDescription
System.NotSupportedExceptionThrown when a DataSourceControl was found, but it belongs to a database incompatible with this WebSchedule data provider.
Remarks

The data provider uses the DataSourceControl you identify at design-time using the DataSourceID property to get information necessary for connecting with the underlying database. When successful, this method initializes the Connection property.

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