|
| ESRI.ArcGIS.ADF.Web.DataSources | |
| GetDataSourceInfo Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.DataSources Namespace > IDataSourceDefiner Interface : GetDataSourceInfo Method |
- populateFolder
- Whether to add resource (service) descriptions to the tree.
- error
- Any error message from the method.
| Visual Basic (Declaration) | |
|---|---|
Function GetDataSourceInfo( _ ByVal populateFolder As Boolean, _ ByRef error As String _ ) As DataSourceInfoTree | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IDataSourceDefiner Dim populateFolder As Boolean Dim error As String Dim value As DataSourceInfoTree value = instance.GetDataSourceInfo(populateFolder, error) | |
| C# | |
|---|---|
DataSourceInfoTree GetDataSourceInfo( bool populateFolder, out string error ) | |
Parameters
- populateFolder
- Whether to add resource (service) descriptions to the tree.
- error
- Any error message from the method.
Return Value
The defined data source instance information containing the resource information of the requested resource type(s).Call after definition is complete.
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