Provides a simple way to create and manage the TCP options portion of connection strings used by the SAConnection object.
Visual Basic syntaxPublic NotInheritable Class SATcpOptionsBuilder Inherits SAConnectionStringBuilderBase
C# syntaxpublic sealed class SATcpOptionsBuilder : SAConnectionStringBuilderBase
Base classes
MembersAll members of SATcpOptionsBuilder class, including all inherited members.
| Name | Description |
|---|---|
| Initializes an SATcpOptionsBuilder object. | |
|
|
Adds an entry with the specified key and value into the System.Data.Common.DbConnectionStringBuilder.
|
|
|
Provides an efficient and safe way to append a key and value to an existing System.Text.StringBuilder object.
|
|
|
Clears the contents of the System.Data.Common.DbConnectionStringBuilder instance.
|
|
|
Clears the collection of System.ComponentModel.PropertyDescriptor objects on the associated System.Data.Common.DbConnectionStringBuilder.
|
| Determines whether the SAConnectionStringBuilder object contains a specific keyword. | |
|
|
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. | |
|
|
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. | |
|
|
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. | |
|
|
Gets or sets the connection string associated with the 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. | |
|
|
Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size.
|
|
|
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. | |
|
|
Gets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder.
|
| Gets or sets the VerifyServerName option. |
RemarksThe SATcpOptionsBuilder class is not available in the .NET Compact Framework 2.0.
See alsoSATcpOptionsBuilder 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 © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
