ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / DatabaseConnectionProperties Class
Properties


In This Topic
    DatabaseConnectionProperties Class Members
    In This Topic

    The following tables list the members exposed by DatabaseConnectionProperties.

    Public Constructors
     NameDescription
    Public Constructor The constructor.  
    Top
    Public Properties
     NameDescription
    Public Property If “AUTHENTICATION_MODE” is “OSA” then “USER” and “PASSWORD” are not required. “OSA” represents operating system authentication and uses the operating system credentials to establish a connection with the database.  
    Public Property A multi-branch version to connect to. Acceptable value is a string that represents a multi-branch version name.  
    Public Property The database connected to.  
    Public Property The type of database client.  
    Public Property The instance of the database connected to.  
    Public Property Connected password.  
    Public Property The instance of the database connected to. Internally, it is used for Oracle only.  
    Public Property Connected user.  
    Public Property A traditional version to connect to. Acceptable value is a string that represents a traditional version name.  
    Top
    See Also