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




name
The name of a machine that contains an ArcGIS Server Object Manager
identity
Identity used to connect to the data source.
Overloaded - Contructor to create the type with a server name

Syntax

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

Parameters

name
The name of a machine that contains an ArcGIS Server Object Manager
identity
Identity used to connect to the data source.

See Also

© 2010 All Rights Reserved.