Creates a new data source definer object.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function CreateDataSourceDefiner( _
ByVal dataSourceType As String, _
ByVal target As String, _
ByRef error As String _
) As ESRI.ArcGIS.ADF.Web.DataSources.IDataSourceDefiner |
Visual Basic (Usage) | Copy Code |
---|
Dim dataSourceType As String
Dim target As String
Dim error As String
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.IDataSourceDefiner
value = DataSourceDiscovery.CreateDataSourceDefiner(dataSourceType, target, error) |
Parameters
- dataSourceType
- The type of data source to create a definer for.
- target
- Value in data source type to search for.
- error
- Output parameter that stores any errors encountered.
Return Value
Data source definer to be used in Manager or web application for setting the data source.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also