DatabaseDataSourceSettings Members TIBCO Spotfire 6.0 API Reference
The DatabaseDataSourceSettings type exposes the following members.
Constructors

  NameDescription
Protected methodDatabaseDataSourceSettings(SerializationInfo, StreamingContext)
Initializes a new instance of the DatabaseDataSourceSettings class.
Public methodDatabaseDataSourceSettings(String, String, String)
Initializes a new instance of the DatabaseDataSourceSettings class.
Public methodDatabaseDataSourceSettings(String, String, String, Boolean)
Initializes a new instance of the DatabaseDataSourceSettings class.
Back to Top
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyAllowSavingCredentials
Gets or sets weather credentials are allowed to be saved with the data source.
Public propertyConnectionString
Gets or sets the connection string.
Public propertyIntegratedSecurity
Gets or sets a value indicating whether integrated security is used.
Public propertyPassword
Gets or sets the password to use to connect to the data source.
Public propertyProvider
Gets or sets the provider.
Public propertySqlStatement
Gets or sets the SQL select query used to specify the data to retrieve.
Public propertyUser
Gets or sets the user name to use to connect to the data source.
Back to Top
See Also