Provides a simple way to create and manage the contents of connection strings used by the SAConnection class.
Public NotInheritable Class SAConnectionStringBuilder Inherits SAConnectionStringBuilderBase
public sealed class SAConnectionStringBuilder : SAConnectionStringBuilderBase
All members of SAConnectionStringBuilder class, including all inherited members.
Name | Description |
---|---|
Initializes a new instance of the SAConnectionStringBuilder class. | |
Add method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Adds an entry with the specified key and value into the System.Data.Common.DbConnectionStringBuilder. |
AppendKeyValuePair method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Provides an efficient and safe way to append a key and value to an existing System.Text.StringBuilder object. |
Clear method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Clears the contents of the System.Data.Common.DbConnectionStringBuilder instance. |
ClearPropertyDescriptors method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Clears the collection of System.ComponentModel.PropertyDescriptor objects on the associated System.Data.Common.DbConnectionStringBuilder. |
Determines whether the SAConnectionStringBuilder object contains a specific keyword. | |
EquivalentTo method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Compares the connection information in this System.Data.Common.DbConnectionStringBuilder object with the connection information in the supplied object. |
Gets the keyword for specified SAConnectionStringBuilder property. | |
GetProperties method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Fills a supplied System.Collections.Hashtable with information about all the properties of this System.Data.Common.DbConnectionStringBuilder. |
Gets a boolean values that indicates whether long connection parameter names are used in the connection string. | |
Removes the entry with the specified key from the SAConnectionStringBuilder instance. | |
Sets a boolean value that indicates whether long connection parameter names are used in the connection string. | |
Indicates whether the specified key exists in this SAConnectionStringBuilder instance. | |
ToString method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Returns the connection string associated with this System.Data.Common.DbConnectionStringBuilder. |
Retrieves a value corresponding to the supplied key from this SAConnectionStringBuilder. | |
Gets or sets the AppInfo connection property. | |
Gets or sets the AutoStart connection property. | |
Gets or sets the AutoStop connection property. | |
BrowsableConnectionString property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets or sets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder.ConnectionString property is visible in Visual Studio designers. |
Gets or sets the Charset connection property. | |
Gets or sets the CommBufferSize connection property. | |
Gets or sets the CommLinks property. | |
Gets or sets the Compress connection property. | |
Gets or sets the CompressionThreshold connection property. | |
Gets or sets the ConnectionLifetime connection property. | |
Gets or sets the ConnectionName connection property. | |
Gets or sets the ConnectionPool property. | |
Gets or sets the ConnectionReset connection property. | |
ConnectionString property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. |
Gets or sets the ConnectionTimeout connection property. | |
Count property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. |
Gets or sets the DatabaseFile connection property. | |
Gets or sets the DatabaseKey connection property. | |
Gets or sets the DatabaseName connection property. | |
Gets or sets the DatabaseSwitches connection property. | |
Gets or sets the DataSourceName connection property. | |
Gets or sets the DisableMultiRowFetch connection property. | |
Gets or sets the Elevate connection property. | |
Gets or sets the EncryptedPassword connection property. | |
Gets or sets the Encryption connection property. | |
Gets or sets the Enlist connection property. | |
Gets or sets the FileDataSourceName connection property. | |
Gets or sets the ForceStart connection property. | |
Gets or sets the Host property. | |
Gets or sets the IdleTimeout connection property. | |
Gets or sets the Integrated connection property. | |
IsFixedSize property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size. |
IsReadOnly property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. |
Gets or sets the Kerberos connection property. | |
Gets an System.Collections.ICollection that contains the keys in the SAConnectionStringBuilder. | |
Gets or sets the Language connection property. | |
Gets or sets the LazyClose connection property. | |
Gets or sets the LivenessTimeout connection property. | |
Gets or sets the LogFile connection property. | |
Gets or sets the MaxPoolSize connection property. | |
Gets or sets the MinPoolSize connection property. | |
Gets or sets the NewPassword connection property. | |
Gets or sets the NodeType property. | |
Gets or sets the Password connection property. | |
Gets or sets the PersistSecurityInfo connection property. | |
Gets or sets the Pooling connection property. | |
Gets or sets the PrefetchBuffer connection property. | |
Gets or sets the PrefetchRows connection property. | |
Gets or sets the RetryConnectionTimeout property. | |
Gets or sets the ServerName connection property. | |
Gets or sets the StartLine connection property. | |
Gets or sets the value of the connection keyword. | |
Gets or sets the Unconditional connection property. | |
Gets or sets the UserID connection property. | |
Values property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder. |
The SAConnectionStringBuilder class inherits SAConnectionStringBuilderBase, which inherits DbConnectionStringBuilder.
The SAConnectionStringBuilder class is not available in the .NET Compact Framework 2.0.
For a list of connection parameters, see Connection parameters.
SAConnectionStringBuilder constructor
AppInfo property
AutoStart property
AutoStop property
Charset property
CommBufferSize property
CommLinks property
Compress property
CompressionThreshold property
ConnectionLifetime property
ConnectionName property
ConnectionPool property
ConnectionReset property
ConnectionTimeout property
DatabaseFile property
DatabaseKey property
DatabaseName property
DatabaseSwitches property
DataSourceName property
DisableMultiRowFetch property
Elevate property
EncryptedPassword property
Encryption property
Enlist property
FileDataSourceName property
ForceStart property
Host property
IdleTimeout property
Integrated property
Kerberos property
Language property
LazyClose property
LivenessTimeout property
LogFile property
MaxPoolSize property
MinPoolSize property
NewPassword property
NodeType property
Password property
PersistSecurityInfo property
Pooling property
PrefetchBuffer property
PrefetchRows property
RetryConnectionTimeout property
ServerName property
StartLine property
Unconditional property
UserID property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |