Settings for the DatabaseDataSource class.
Inheritance Hierarchy
Spotfire.Dxp.Data.ImportDatabaseDataSourceSettings
Namespace: Spotfire.Dxp.Data.Import
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(3, 0)] public class DatabaseDataSourceSettings : ISerializable
The DatabaseDataSourceSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DatabaseDataSourceSettings(SerializationInfo, StreamingContext) |
Initializes a new instance of the DatabaseDataSourceSettings class.
| |
| DatabaseDataSourceSettings(String, String, String) |
Initializes a new instance of the DatabaseDataSourceSettings class.
| |
| DatabaseDataSourceSettings(String, String, String, Boolean) |
Initializes a new instance of the DatabaseDataSourceSettings class.
|
Properties
| Name | Description | |
|---|---|---|
| AllowSavingCredentials | Gets or sets weather credentials
are allowed to be saved with the data source.
| |
| ConnectionString |
Gets or sets the connection string.
| |
| IntegratedSecurity |
Gets or sets a value indicating whether integrated security is used.
| |
| Password |
Gets or sets the password to use to connect to the data source.
| |
| Provider |
Gets or sets the provider.
| |
| SqlStatement |
Gets or sets the SQL select query used to specify the data to retrieve.
| |
| User |
Gets or sets the user name to use to connect to the data source.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also