Declares the application workload type when connecting to a database in an SQL Server Availability Group. You can set the value of this property with ApplicationIntent. For more information about SqlClient support for Always On Availability Groups, see SqlClient Support for High Availability, Disaster Recovery.
ApplicationNameGets or sets the name of the application associated with the connection string.
AsynchronousProcessingGets or sets a Boolean value that indicates whether asynchronous processing is allowed by the connection created by using this connection string.
AttachDBFilenameGets or sets a string that contains the name of the primary data file. This includes the full path name of an attachable database.
AuthenticationGets the authentication of the connection string.
BrowsableConnectionStringGets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers.
(Inherited from DbConnectionStringBuilder) ColumnEncryptionSettingGets or sets the column encryption settings for the connection string builder.
ConnectionResetObsolete.
Obsolete. Gets or sets a Boolean value that indicates whether the connection is reset when drawn from the connection pool.
ConnectionStringGets or sets the connection string associated with the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder) ConnectRetryCountThe number of reconnections attempted after identifying that there was an idle connection failure. This must be an integer between 0 and 255. Default is 1. Set to 0 to disable reconnecting on idle connection failures. An ArgumentException will be thrown if set to a value outside of the allowed range.
ConnectRetryIntervalAmount of time (in seconds) between each reconnection attempt after identifying that there was an idle connection failure. This must be an integer between 1 and 60. The default is 10 seconds. An ArgumentException will be thrown if set to a value outside of the allowed range.
ConnectTimeoutGets or sets the length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error.
ContextConnectionGets or sets a value that indicates whether a client/server or in-process connection to SQL Server should be made.
CountGets the current number of keys that are contained within the ConnectionString property.
(Inherited from DbConnectionStringBuilder) CurrentLanguageGets or sets the SQL Server Language record name.
DataSourceGets or sets the name or network address of the instance of SQL Server to connect to.
EnclaveAttestationUrlGets or sets the enclave attestation Url to be used with enclave based Always Encrypted.
EncryptGets or sets a Boolean value that indicates whether SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed.
EnlistGets or sets a Boolean value that indicates whether the SQL Server connection pooler automatically enlists the connection in the creation thread's current transaction context.
FailoverPartnerGets or sets the name or address of the partner server to connect to if the primary server is down.
InitialCatalogGets or sets the name of the database associated with the connection.
IntegratedSecurityGets or sets a Boolean value that indicates whether User ID and Password are specified in the connection (when false
) or whether the current Windows account credentials are used for authentication (when true
).
Gets a value that indicates whether the SqlConnectionStringBuilder has a fixed size.
IsReadOnlyGets a value that indicates whether the DbConnectionStringBuilder is read-only.
(Inherited from DbConnectionStringBuilder) Item[String]Gets or sets the value associated with the specified key. In C#, this property is the indexer.
KeysGets an ICollection that contains the keys in the SqlConnectionStringBuilder.
LoadBalanceTimeoutGets or sets the minimum time, in seconds, for the connection to live in the connection pool before being destroyed.
MaxPoolSizeGets or sets the maximum number of connections allowed in the connection pool for this specific connection string.
MinPoolSizeGets or sets the minimum number of connections allowed in the connection pool for this specific connection string.
MultipleActiveResultSetsWhen true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection.
For more information, see Multiple Active Result Sets (MARS).
MultiSubnetFailoverIf your application is connecting to an Always On availability group (AG) or Always On Failover Cluster Instance (FCI) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server. For more information about SqlClient support for the Always On features, see SqlClient Support for High Availability, Disaster Recovery.
NetworkLibraryGets or sets a string that contains the name of the network library used to establish a connection to the SQL Server.
PacketSizeGets or sets the size in bytes of the network packets used to communicate with an instance of SQL Server.
PasswordGets or sets the password for the SQL Server account.
PersistSecurityInfoGets or sets a value indicating if security-sensitive information, such as the password or access token, should be returned as part of the connection string on a connection created with this SqlConnectionStringBuilder after that connection has ever been in an open state.
PoolBlockingPeriodThe blocking period behavior for a connection pool.
PoolingGets or sets a Boolean value that indicates whether the connection will be pooled or explicitly opened every time that the connection is requested.
ReplicationGets or sets a Boolean value that indicates whether replication is supported using the connection.
TransactionBindingGets or sets a string value that indicates how the connection maintains its association with an enlisted System.Transactions
transaction.
When the value of this key is set to true
, the application is required to retrieve all IP addresses for a particular DNS entry and attempt to connect with the first one in the list. If the connection is not established within 0.5 seconds, the application will try to connect to all others in parallel. When the first answers, the application will establish the connection with the respondent IP address.
Gets or sets a value that indicates whether the channel will be encrypted while bypassing walking the certificate chain to validate trust.
TypeSystemVersionGets or sets a string value that indicates the type system the application expects.
UserIDGets or sets the user ID to be used when connecting to SQL Server.
UserInstanceGets or sets a value that indicates whether to redirect the connection from the default SQL Server Express instance to a runtime-initiated instance running under the account of the caller.
ValuesGets an ICollection that contains the values in the SqlConnectionStringBuilder.
WorkstationIDGets or sets the name of the workstation connecting to SQL Server.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4