ESRI.ArcGIS.ADF.Web.UI.WebControls
GetDataSourceDefinerInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataSourceDiscovery Class : GetDataSourceDefinerInfo Method




dataSourceType
Data source type to get information about.
target
Value in data source type to search for.
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 DataSourceDefinerInfo
Visual Basic (Usage)Copy Code
Dim dataSourceType As String
Dim target As String
Dim value As DataSourceDefinerInfo
 
value = DataSourceDiscovery.GetDataSourceDefinerInfo(dataSourceType, target)
C# 
public static DataSourceDefinerInfo GetDataSourceDefinerInfo( 
   string dataSourceType,
   string 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.

See Also

© 2010 All Rights Reserved.