Click to Rate and Give Feedback

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
SqlConnectionStringBuilder Properties

The SqlConnectionStringBuilder type exposes the following members.

  NameDescription
Public propertyApplicationNameGets or sets the name of the application associated with the connection string.
Public propertyAsynchronousProcessingGets or sets a Boolean value that indicates whether asynchronous processing is allowed by the connection created by using this connection string.
Public propertyAttachDBFilenameGets or sets a string that contains the name of the primary data file. This includes the full path name of an attachable database.
Public propertyBrowsableConnectionString Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers. (Inherited from DbConnectionStringBuilder.)
Public propertyConnectionResetObsolete. Gets or sets a Boolean value that indicates whether the connection is reset when drawn from the connection pool.
Public propertyConnectionString Gets or sets the connection string associated with the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.)
Public propertyConnectTimeoutGets or sets the length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error.
Public propertyContextConnectionGets or sets a value that indicates whether a client/server or in-process connection to SQL Server should be made.
Public propertyCount Gets the current number of keys that are contained within the ConnectionString property. (Inherited from DbConnectionStringBuilder.)
Public propertyCurrentLanguageGets or sets the SQL Server Language record name.
Public propertyDataSourceGets or sets the name or network address of the instance of SQL Server to connect to.
Public propertyEncryptGets 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.
Public propertyEnlistGets 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.
Public propertyFailoverPartnerGets or sets the name or address of the partner server to connect to if the primary server is down.
Public propertyInitialCatalogGets or sets the name of the database associated with the connection.
Public propertyIntegratedSecurityGets 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).
Public propertyIsFixedSizeGets a value that indicates whether the SqlConnectionStringBuilder has a fixed size. (Overrides DbConnectionStringBuilder..::.IsFixedSize.)
Public propertyIsReadOnly Gets a value that indicates whether the DbConnectionStringBuilder is read-only. (Inherited from DbConnectionStringBuilder.)
Public propertyItemGets or sets the value associated with the specified key. In C#, this property is the indexer. (Overrides DbConnectionStringBuilder..::.Item[([(String])]).)
Public propertyKeysGets an ICollection that contains the keys in the SqlConnectionStringBuilder. (Overrides DbConnectionStringBuilder..::.Keys.)
Public propertyLoadBalanceTimeoutGets or sets the minimum time, in seconds, for the connection to live in the connection pool before being destroyed.
Public propertyMaxPoolSizeGets or sets the maximum number of connections allowed in the connection pool for this specific connection string.
Public propertyMinPoolSizeGets or sets the minimum number of connections allowed in the connection pool for this specific connection string.
Public propertyMultipleActiveResultSetsGets or sets a Boolean value that indicates whether multiple active result sets can be associated with the associated connection.
Public propertyNetworkLibraryGets or sets a string that contains the name of the network library used to establish a connection to the SQL Server.
Public propertyPacketSizeGets or sets the size in bytes of the network packets used to communicate with an instance of SQL Server.
Public propertyPasswordGets or sets the password for the SQL Server account.
Public propertyPersistSecurityInfoGets 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.
Public propertyPoolingGets or sets a Boolean value that indicates whether the connection will be pooled or explicitly opened every time that the connection is requested.
Public propertyReplicationGets or sets a Boolean value that indicates whether replication is supported using the connection.
Public propertyTransactionBindingGets or sets a string value that indicates how the connection maintains its association with an enlisted System.Transactions transaction.
Public propertyTrustServerCertificateGets or sets a value that indicates whether the channel will be encrypted while bypassing walking the certificate chain to validate trust.
Public propertyTypeSystemVersionGets or sets a string value that indicates the type system the application expects.
Public propertyUserIDGets or sets the user ID to be used when connecting to SQL Server.
Public propertyUserInstanceGets 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.
Public propertyValuesGets an ICollection that contains the values in the SqlConnectionStringBuilder. (Overrides DbConnectionStringBuilder..::.Values.)
Public propertyWorkstationIDGets or sets the name of the workstation connecting to SQL Server.
Top
  NameDescription
Explicit interface implemetationPrivate propertyICollection..::.IsSynchronized (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetationPrivate propertyIDictionary..::.Item (Inherited from DbConnectionStringBuilder.)
Explicit interface implemetationPrivate propertyICollection..::.SyncRoot (Inherited from DbConnectionStringBuilder.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker