DatabaseDataSourceSettings Class

Spotfire 14.3 API Reference
Settings for the DatabaseDataSource class.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.ImportDatabaseDataSourceSettings

Namespace:  Spotfire.Dxp.Data.Import
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(3, 0)]
public class DatabaseDataSourceSettings : ISerializable

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.
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.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target 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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference