|
| Name | Description |
|---|
.gif) | ApplicationName | Gets or sets the name of the application associated with the connection string. |
.gif) | AsynchronousProcessing | Gets or sets a Boolean value that indicates whether asynchronous processing is allowed by the connection created by using this connection string. |
.gif) | AttachDBFilename | Gets or sets a string that contains the name of the primary data file. This includes the full path name of an attachable database. |
.gif) | BrowsableConnectionString | Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers. (Inherited from DbConnectionStringBuilder.) |
.gif) | ConnectionReset | Obsolete. Gets or sets a Boolean value that indicates whether the connection is reset when drawn from the connection pool. |
.gif) | ConnectionString | Gets or sets the connection string associated with the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
.gif) | ConnectTimeout | Gets or sets the length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. |
.gif) | ContextConnection | Gets or sets a value that indicates whether a client/server or in-process connection to SQL Server should be made. |
.gif) | Count | Gets the current number of keys that are contained within the ConnectionString property. (Inherited from DbConnectionStringBuilder.) |
.gif) | CurrentLanguage | Gets or sets the SQL Server Language record name. |
.gif) | DataSource | Gets or sets the name or network address of the instance of SQL Server to connect to. |
.gif) | Encrypt | Gets 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. |
.gif) | Enlist | Gets 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. |
.gif) | FailoverPartner | Gets or sets the name or address of the partner server to connect to if the primary server is down. |
.gif) | InitialCatalog | Gets or sets the name of the database associated with the connection. |
.gif) | IntegratedSecurity | Gets 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). |
.gif) | IsFixedSize | Gets a value that indicates whether the SqlConnectionStringBuilder has a fixed size. (Overrides DbConnectionStringBuilder..::.IsFixedSize.) |
.gif) | IsReadOnly | Gets a value that indicates whether the DbConnectionStringBuilder is read-only. (Inherited from DbConnectionStringBuilder.) |
.gif) | Item | Gets or sets the value associated with the specified key. In C#, this property is the indexer. (Overrides DbConnectionStringBuilder..::.Item[([(String])]).) |
.gif) | Keys | Gets an ICollection that contains the keys in the SqlConnectionStringBuilder. (Overrides DbConnectionStringBuilder..::.Keys.) |
.gif) | LoadBalanceTimeout | Gets or sets the minimum time, in seconds, for the connection to live in the connection pool before being destroyed. |
.gif) | MaxPoolSize | Gets or sets the maximum number of connections allowed in the connection pool for this specific connection string. |
.gif) | MinPoolSize | Gets or sets the minimum number of connections allowed in the connection pool for this specific connection string. |
.gif) | MultipleActiveResultSets | Gets or sets a Boolean value that indicates whether multiple active result sets can be associated with the associated connection. |
.gif) | NetworkLibrary | Gets or sets a string that contains the name of the network library used to establish a connection to the SQL Server. |
.gif) | PacketSize | Gets or sets the size in bytes of the network packets used to communicate with an instance of SQL Server. |
.gif) | Password | Gets or sets the password for the SQL Server account. |
.gif) | PersistSecurityInfo | Gets or sets a Boolean value that indicates if security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. |
.gif) | Pooling | Gets or sets a Boolean value that indicates whether the connection will be pooled or explicitly opened every time that the connection is requested. |
.gif) | Replication | Gets or sets a Boolean value that indicates whether replication is supported using the connection. |
.gif) | TransactionBinding | Gets or sets a string value that indicates how the connection maintains its association with an enlisted System.Transactions transaction. |
.gif) | TrustServerCertificate | Gets or sets a value that indicates whether the channel will be encrypted while bypassing walking the certificate chain to validate trust. |
.gif) | TypeSystemVersion | Gets or sets a string value that indicates the type system the application expects. |
.gif) | UserID | Gets or sets the user ID to be used when connecting to SQL Server. |
.gif) | UserInstance | Gets 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. |
.gif) | Values | Gets an ICollection that contains the values in the SqlConnectionStringBuilder. (Overrides DbConnectionStringBuilder..::.Values.) |
.gif) | WorkstationID | Gets or sets the name of the workstation connecting to SQL Server. |