SqlCeConnectionStringBuilder Properties

Include Protected Members
Include Inherited Members

The SqlCeConnectionStringBuilder type exposes the following members.

Properties

  Name Description
Public property AutoshrinkThreshold Gets or sets the percent of free space in the database file that is allowed before autoshrink begins.
Public property BrowsableConnectionString (inherited from DbConnectionStringBuilder)
Public property CaseSensitive Gets or sets a value that indicates whether or not the database collation is case-sensitive.
Public property ConnectionString (inherited from DbConnectionStringBuilder)
Public property Count (inherited from DbConnectionStringBuilder)
Public property DataSource Gets or sets the file path and name of the SQL Server Compact database.
Public property DefaultLockEscalation Gets or sets the number of locks a transaction will acquire before attempting escalation from row to page, or from page to table.
Public property DefaultLockTimeout Gets or sets the default number of milliseconds that a transaction will wait for a lock.
Public property Encrypt Gets or sets a value that indicates whether or not the database is encrypted.
Public property EncryptionMode Gets or sets the encryption mode with which the database is to be created against.
Public property Enlist Gets or sets a value that indicates whether a connection database is opened by using Enlist.
Public property FileMode Gets or sets the mode to use when opening the database file.
Public property FlushInterval Gets or sets the specified interval time (in seconds) before all committed transactions are flushed to disk.
Public property InitialLcid Gets or sets the locale ID (LCID) to use with the database.
Public property IsFixedSize Gets a value that indicates whether the SqlCeConnectionStringBuilder has a fixed size. (Overrides DbConnectionStringBuilder.IsFixedSize.)
Public property IsReadOnly (inherited from DbConnectionStringBuilder)
Public property Item Gets or sets the value associated with the specified key. (Overrides DbConnectionStringBuilder.Item[String].)
Public property Keys Gets an ICollection that contains the keys in the SqlCeConnectionStringBuilder. (Overrides DbConnectionStringBuilder.Keys.)
Public property MaxBufferSize Gets or sets the largest amount of memory, in kilobytes that SQL Server Mobile can use before it starts flushing changes to disk.
Public property MaxDatabaseSize Gets or sets the maximum size of the database, in Megabytes.
Public property Password Gets or sets the database password, which can be up to 40 characters in length.
Public property PersistSecurityInfo Gets or sets a value that indicates whether the security-sensitive information, such as the password is not returned as part of the connection.
Public property TempFileMaxSize Gets or sets the maximum size of the temporary database file, in Megabytes.
Public property TempFilePath Gets or sets the location of the temporary database.
Public property Values Gets an ICollection that contains the values in the SqlCeConnectionStringBuilder. (Overrides DbConnectionStringBuilder.Values.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property ICollection.IsSynchronized (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate property IDictionary.Item (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate property ICollection.SyncRoot (inherited from DbConnectionStringBuilder)

Top

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace