Retrieves the data source definer information for the data source type.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function GetDataSourceDefinerInfo( _
ByVal dataSourceType As String, _
ByVal target As String _
) As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceDefinerInfo |
Visual Basic (Usage) | Copy Code |
---|
Dim dataSourceType As String
Dim target As String
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceDefinerInfo
value = DataSourceDiscovery.GetDataSourceDefinerInfo(dataSourceType, target) |
Parameters
- dataSourceType
- Data source type to get information about.
- target
- Value in data source type to search for.
Return Value
Object that defines the parameters for the data source type.
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