Creates a resource instance based upon data source configuration from .config files
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DataSourceManager
Dim resourceName As String
Dim resourceDefinition As String
Dim dataSourceType As String
Dim resourceType As String
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.IGISResource
value = instance.CreateResourceInstance(resourceName, resourceDefinition, dataSourceType, resourceType) |
Parameters
- resourceName
- Name of resource
- resourceDefinition
- Resource definition string
- dataSourceType
- Type of data source
- resourceType
- Type of resource
Return Value
Created resource
Remarks
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