Initializes a new instance of the ArcSDEConnectionProperties class with the specified properties.

Overload List

  NameDescription
ArcSDEConnectionProperties()()()
Initializes a new instance of the ArcSDEConnectionProperties class. Use the properties to specify the information required to connect to an ArcSDE geodatabase.
ArcSDEConnectionProperties(String, String)
Initializes a new instance of the ArcSDEConnectionProperties class which defines the information required to make a direct connection to a personal or workgroup ArcSDE geodatabase running SQLServer Express.
ArcSDEConnectionProperties(String, String, String, String)
Initializes a new instance of the ArcSDEConnectionProperties class which defines the information required to connect to an ArcSDE geodatabase using DBMS authentication.
ArcSDEConnectionProperties(String, String, AuthenticationMode, String, String)
Initializes a new instance of the ArcSDEConnectionProperties class which defines the information required to connect to an ArcSDE geodatabase and specifically to a particular transactional version using operating system authentication.
ArcSDEConnectionProperties(String, String, String, String, String)
Initializes a new instance of the ArcSDEConnectionProperties class which defines the information required to connect to an ArcSDE geodatabase using DBMS authentication.
ArcSDEConnectionProperties(String, String, String, String, String, String)
Initializes a new instance of the ArcSDEConnectionProperties class which defines the information required to connect to an ArcSDE geodatabase using DBMS authentication.

See Also