Adds a dataSource to the list after ensuring that one is not already found.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DataSourceInfoCollection
Dim dataSourceType As String
Dim dataSourceDefinition As String
Dim identity As ESRI.ArcGIS.ADF.Identity
instance.AddUnique(dataSourceType, dataSourceDefinition, identity) |
Parameters
- dataSourceType
- The type of the datasource endpoint
- dataSourceDefinition
- The definition string for this datasource endpoint.
- identity
- The identity for this datasource endpoint
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