| Name | Description |
 | AccountString | Identifies an individual user account, and is associated with a specific User Id. The account identifier can be up to 30 characters long. |
 | AuthenticationMechanism | A session security context enabling data encryption and authentication. |
 | AuthenticationString | AuthenticationString supports mechanisms that require additional authentication information. |
 | BrowsableConnectionString | Gets or sets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder.ConnectionString property is visible in Visual Studio designers. (Inherited from System.Data.Common.DbConnectionStringBuilder) |
 | CommandTimeout | This sets the default command timeout. |
 | ConnectionPooling | Enables or disables connection pooling. |
 | ConnectionPoolingTimeout | Specifies the time a connection may stay idle inside the pool. |
 | ConnectionString | Gets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder) |
 | ConnectionTimeout | Specifies the time to wait for a Teradata session to be opened or established. |
 | ConnectMaxRetryCount | This represents the maximum number of attempts of a retryable error during TdConnection.Open before an error is returned to the application. |
 | Count | Gets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. (Inherited from System.Data.Common.DbConnectionStringBuilder) |
 | Database | The database selected as the default database when a Teradata connection is opened. |
 | DataEncryption | Session level encryption is enabled, encrypting all messages bidirectionally to Teradata. |
 | DataIntegrity | Session level integrity is enabled, performing integrity checking on all messages bidirectionally to Teradata. |
 | DataSource | The Teradata server name, or equivalently the DBC Name or TDPID. |
 | DataSourceDnsEntries | The number of entries defined in DNS for the DataSource. |
 | EnableDateTimeOffset | Enables and disables mapping of TIMESTAMP WITH ZONE to DateTimeOffset |
 | EnableTdDateTime | Enables and disables mapping of DATE, TIME, TIME WITH ZONE, TIMESTAMP and TIMESTAMP WITH ZONE to TdDate, TdTime, TdTimeWithTimeZone, TdTimestamp and TdTimestampWithTimeZone provider specific types. |
 | EnableTdDecimal | Enables and disables mapping of Decimal(18) to TdDecimal provider specific type. |
 | EnableTdIntervals | Enables and disables mapping of all Teradata Database Interval data types to the corresponding Provider Specific Interval types. |
 | IntegratedSecurity | Single Sign On is supported by setting this value. The User Id, Password, and Authentication String values are ignored. |
 | IsFixedSize | Overridden. Gets a value that indicates whether the TdConnectionStringBuilder has a fixed size. |
 | IsReadOnly | Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. (Inherited from System.Data.Common.DbConnectionStringBuilder) |
 | Item | Overridden. Gets or sets the value associated with the specified connection string keyword. |
 | Keys | Overridden. Gets a collection of valid connection string keywords for the .NET Data Provider for Teradata. |
 | MaxDecimalPrecision | Used to set the maximum precision of a decimal that can be retrieved from Teradata. |
 | MaxPoolSize | Maximum number of Teradata sessions allowed in the pool. |
 | MinPoolSize | Minimum number of Teradata sessions allowed in the pool. |
 | NewPassword | Gets or sets a string that contains a new password to be supplied during logons that contain expired passwords. |
 | NodeDownTimeout | Obsolete. The number of seconds that must elapse before a connection attempt is made to a node previously marked as unavailable. |
 | Password | The Teradata database password. |
 | PersistSecurityInfo | The data source object can persist sensitive authentication information such as a password along with other authentication information. |
 | PortNumber | Specifies the TCP/IP port number that the .NET Data Provider for Teradata uses for connection to the Teradata Gateway. |
 | ProfileName | Specifies the profile name to access the appropriate properties from the application configuration file. |
 | QueryBand | Gets or Sets the Query Bands that are to be defined at the Connection Level. |
 | ReadAhead | Enables additional buffering of results, while the current buffer is consumed by an application. This is useful when executing queries that return large result sets. |
 | Recovery | Sets Recoverable Network Protocol (RNP) and Redrive properties used during a network error or database failure. |
 | RecoveryCommandTimeoutOverride | Enables a TdConnectionStringBuilder.RecoveryTimeout value to be supplied during reconnection for commands that contain a finite CommandTimeout. |
 | RecoveryIntervalFactor | This represents the adjustment in the recovery interval period from the preceding interval period. The factor is an additive factor in seconds. |
 | RecoveryMaximumInterval | This represents the maximum interval time in seconds, used to limit the retry interval time adjusted by the TdConnectionStringBuilder.RecoveryIntervalFactor. |
 | RecoveryStartInterval | The starting time interval (in seconds) after which an attempt to retry a reconnection is performed. |
 | RecoveryTimeout | Recovery timeout in seconds used to re-establish a connection. |
 | ResponseBufferSize | Gets and Sets the initial size of the internal communication data buffers. |
 | RestrictToDefaultDatabase | Indicates whether Schema queries TdConnection.GetSchema should be restricted to the Default Database. |
 | SessionCharacterSet | Gets or sets the character encoding (Text.Encoding) for the connection. |
 | SessionMode | Gets or sets the Session-Mode. |
 | UseEnhancedSchemaTable | Gets or sets a Boolean value that indicates whether TdDataReader.GetSchemaTable method should return additional metadata information (e.g. IsKey and IsUnique). |
 | UserId | The Teradata user id. |
 | UseXViews | All schema queries will return only user owned data. |
 | Values | Overridden. Gets a collection of connection string values for the TdConnectionStringBuilder . |