ESRI.ArcGIS.ADF.Web.DataSources
DataSourceDefinition Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGISDataSource Interface : DataSourceDefinition Property




Definition information about a GIS data source. Usually stores information pertaining to its location.

Syntax

Visual Basic (Declaration) 
Property DataSourceDefinition As String
Visual Basic (Usage)Copy Code
Dim instance As IGISDataSource
Dim value As String
 
instance.DataSourceDefinition = value
 
value = instance.DataSourceDefinition
C# 
string DataSourceDefinition {get; set;}

Property Value

The data source definition as a String.

Remarks

Used in implementation classes to store data location information. For example, ArcGIS Server Local data sources store the name of the machine used to establish a connection with the SOM (Server Object Manager). On the other hand, a file-based data source may choose to store the path to a data file.

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

© 2011 All Rights Reserved.