Provides a simple way to create and manage the TCP options portion of connection strings used by the SAConnection object.
Public NotInheritable Class SATcpOptionsBuilder Inherits SAConnectionStringBuilderBase
public sealed class SATcpOptionsBuilder : SAConnectionStringBuilderBase
All members of SATcpOptionsBuilder class, including all inherited members.
Name | Description |
---|---|
Initializes an SATcpOptionsBuilder object. | |
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. | |
Converts the TcpOptionsBuilder object to a string representation. | |
Retrieves a value corresponding to the supplied key from this SAConnectionStringBuilder. | |
Gets or sets the Broadcast option. | |
Gets or sets the BroadcastListener option. | |
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 ClientPort option. | |
ConnectionString property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. |
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 DoBroadcast option. | |
Gets or sets the Host option. | |
Gets or sets the IPV6 option. | |
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 an System.Collections.ICollection that contains the keys in the SAConnectionStringBuilder. | |
Gets or sets the LDAP option. | |
Gets or sets the LocalOnly option. | |
Gets or sets the MyIP option. | |
Gets or sets the ReceiveBufferSize option. | |
Gets or sets the Send BufferSize option. | |
Gets or sets the ServerPort option. | |
Gets or sets the TDS option. | |
Gets or sets the value of the connection keyword. | |
Gets or sets the Timeout option. | |
Values property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder. |
Gets or sets the VerifyServerName option. |
The SATcpOptionsBuilder class is not available in the .NET Compact Framework 2.0.
SATcpOptionsBuilder constructor
ToString method
Broadcast property
BroadcastListener property
ClientPort property
DoBroadcast property
Host property
IPV6 property
LDAP property
LocalOnly property
MyIP property
ReceiveBufferSize property
SendBufferSize property
ServerPort property
TDS property
Timeout property
VerifyServerName property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |