ConnectionSettings Properties

Include Protected Members
Include Inherited Members

The ConnectionSettings type exposes the following members.

Properties

  Name Description
Public property ApplicationName Gets or sets the name of the application that has established the connection with the server.
Public property ConnectAsUser Gets or sets the Boolean property value that specifies whether the connection is established using impersonation.
Public property ConnectAsUserName Gets or sets the name of the user when connecting using impersonation.
Public property ConnectAsUserPassword Gets or sets the password for the user when connecting using impersonation.
Public property ConnectionString Gets or sets the connection string used to establish a connection with a specified data source.
Public property ConnectTimeout Gets or sets the connection time-out period in seconds.
Public property DatabaseName Gets or sets the database required by the connection.
Public property EncryptConnection Gets or sets the Boolean property value that specifies whether the connection is encrypted.
Public property Login Gets or sets the logon required to establish a connection with the instance of the server.
Public property LoginSecure Gets or sets the Boolean property that specifies whether the connection is established to the server by using Windows Authentication or SQL Server Authentication.
Public property MaxPoolSize Gets or sets the maximum number of connections in a connection pool that the specified connection accepts when establishing a connection with a server.
Public property MinPoolSize Gets or sets the minimum number of connections in a connection pool that the specified connection accepts when establishing a connection with a server.
Public property MultipleActiveResultSets Gets or sets the Boolean property value that specifies whether more than one active result set is permitted.
Public property NetworkProtocol Gets or sets the network protocol used to establish the connection to the server.
Public property NonPooledConnection Gets or sets the Boolean property value that specifies whether the connection may be pooled or nonpooled.
Public property PacketSize Gets or sets the packets of data sent between the client and the server over the network in bytes.
Public property Password Gets or sets the password used with the logon to establish a connection with the server when SQL Server Authentication is used.
Public property PooledConnectionLifetime Gets or sets the lifetime of the pooled connection.
Protected property ResetConnectionString Gets or sets a Boolean value that specifies whether a node in the connection string has been changed.
Public property SecureConnectionString Gets or sets an encrypted version of the connection string.
Public property SecurePassword Gets or sets the secure password used with the logon to establish a connection with the server when SQL Server Authentication is used.
Public property ServerInstance Gets or sets the name of the server.
Public property WorkstationId Gets or sets the ID value that uniquely identifies the workstation.

Top

See Also

Reference

ConnectionSettings Class

Microsoft.SqlServer.Management.Common Namespace