The following tables list the members exposed by the SQLServerDataSource class.
Constructors
Name | Description |
---|---|
Initializes a new instance of the SQLServerDataSource class. |
Fields
None.
Inherited Fields
None.
Methods
Name | Description |
---|---|
Returns the application name. |
|
Tries to establish a connection with the data source that this SQLServerDataSource object represents. |
|
Returns the database name. |
|
Returns a description of the data source. |
|
Returns the name of the failover server used in a database mirroring configuration. |
|
Returns the SQL Server instance name. |
|
Returns a Boolean value indicating whether the lastUpdateCount property is enabled. |
|
Returns an integer value indicating the number of milliseconds the database waits before reporting a lock time out. |
|
Returns the number of seconds this SQLServerDataSource object waits while trying to make a connection. |
|
Returns a character output stream to be used for all logging and tracing messages. |
|
Returns the current network packet size used to communicate with SQL Server, specified in bytes. |
|
Returns the current port number used to communicate with SQL Server. |
|
Returns a reference to this SQLServerDataSource object. |
|
Returns the default cursor type used for all result sets created by using this SQLServerDataSource object. |
|
Returns a Boolean value indicating whether sending string parameters to the server in UNICODE format is enabled. |
|
Returns the name of the computer running SQL Server. |
|
Returns the URL used to connect to the data source. |
|
Returns the user name used to connect the data source. |
|
Returns the name of the client computer name used to connect to the data source. |
|
Returns a Boolean value indicating whether converting SQL states to XOPEN compliant states is enabled. |
|
Sets the application name. |
|
Sets the database name to connect to. |
|
Sets the description of the data source. |
|
Sets the name of the failover server used in a database mirroring configuration. |
|
Sets the SQL Server instance name. |
|
Sets a Boolean value indicating whether the integratedSecurity property is enabled. |
|
Sets a Boolean value indicating whether the lastUpdateCount property is enabled. |
|
Sets an integer value indicating the number of milliseconds to wait before the database reports a lock time out. |
|
Sets the number of seconds that this SQLServerDataSource object waits while trying to make a connection. |
|
Sets a character output stream to be used for all logging and tracing messages. |
|
Sets the current network packet size used to communicate with SQL Server, specified in bytes. |
|
Sets the password used to connect to SQL Server. |
|
Sets the port number used to communicate with SQL Server. |
|
Sets the default cursor type used for all result sets created by using this SQLServerDataSource object. |
|
Sets a Boolean value indicating whether sending string parameters to the server in UNICODE format is enabled. |
|
Sets the name of the computer running SQL Server. |
|
Sets the URL used to connect to the data source. |
|
Sets the user name used to connect the data source. |
|
Sets the name of the client computer used to connect to the data source. |
|
Sets a Boolean value indicating whether converting SQL states to XOPEN compliant states is enabled. |
Inherited Methods
Class inherited from: | Methods |
---|---|
java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |