ESRI.ArcGIS.ADF.Connection
ConnectionManager Constructor(String,Identity)
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace > ConnectionManager Class > ConnectionManager Constructor : ConnectionManager Constructor(String,Identity)




xmlUri
The physical location of the configuration file. This can be either a remote or local location.
identity
The identity used to connect to the data source.
Overloaded - Constructor to pass in the ConnectionManager Configuration uri

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlUri As String, _
   ByVal identity As Identity _
)
Visual Basic (Usage)Copy Code
Dim xmlUri As String
Dim identity As Identity
 
Dim instance As ConnectionManager(xmlUri, identity)
C# 
public ConnectionManager( 
   string xmlUri,
   Identity identity
)

Parameters

xmlUri
The physical location of the configuration file. This can be either a remote or local location.
identity
The identity used to connect to the data source.

See Also

© 2010 All Rights Reserved.