ESRI.ArcGIS.ADF.Web.DataSources
DataSourceInfo Constructor(String,Identity,String)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > DataSourceInfo Class > DataSourceInfo Constructor : DataSourceInfo Constructor(String,Identity,String)




dataSourceDefinition
The definition string for this datasource endpoint.
identity
The identity for this datasource endpoint
dataSourceType
The type of the datasource endpoint
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dataSourceDefinition As String, _
   ByVal identity As ESRI.ArcGIS.ADF.Identity, _
   ByVal dataSourceType As String _
)
Visual Basic (Usage)Copy Code
Dim dataSourceDefinition As String
Dim identity As ESRI.ArcGIS.ADF.Identity
Dim dataSourceType As String
 
Dim instance As New DataSourceInfo(dataSourceDefinition, identity, dataSourceType)
C# 
public DataSourceInfo( 
   string dataSourceDefinition,
   ESRI.ArcGIS.ADF.Identity identity,
   string dataSourceType
)

Parameters

dataSourceDefinition
The definition string for this datasource endpoint.
identity
The identity for this datasource endpoint
dataSourceType
The type of the 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

© 2011 All Rights Reserved.