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




identity
Identity used to connect to the data source.
Overloaded - Constructor to create the type with an identity.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal identity As Identity _
)
Visual Basic (Usage)Copy Code
Dim identity As Identity
 
Dim instance As Connection(identity)
C# 
public Connection( 
   Identity identity
)

Parameters

identity
Identity used to connect to the data source.

See Also

© 2010 All Rights Reserved.