ESRI.ArcGIS.ADF.Web.DataSources
DataSourceDefinition Property
See Also 
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;}

Return 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.

See Also

© 2010 All Rights Reserved.