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




name
The name of a machine that contains an ArcGIS Server Object Manager
identity
Identity used to connect to the data source.
serverType
Type of server being connected to (ArcGIS, ArcIMS, etc.).
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, _
   ByVal serverType As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim identity As Identity
Dim serverType As String
 
Dim instance As Connection(name, identity, serverType)
C# 
public Connection( 
   string name,
   Identity identity,
   string serverType
)

Parameters

name
The name of a machine that contains an ArcGIS Server Object Manager
identity
Identity used to connect to the data source.
serverType
Type of server being connected to (ArcGIS, ArcIMS, etc.).

See Also

© 2010 All Rights Reserved.