DashboardSqlDataSource Constructors
An SQL data source that provides data for the dashboard.Name | Parameters | Description |
---|---|---|
DashboardSqlDataSource() | none | Initializes a new instance of the DashboardSqlDataSource class with default settings. |
DashboardSqlDataSource(DataConnectionParametersBase) | connectionParameters | Initializes a new instance of the DashboardSqlDataSource class with the specified connection parameters. |
DashboardSqlDataSource(String, DataConnectionParametersBase) | name, connectionParameters | Initializes a new instance of the DashboardSqlDataSource class with the specified data source name and connection parameters. |
DashboardSqlDataSource(String, String) | name, connectionName | Initializes a new instance of the DashboardSqlDataSource class with the specified data source and existing data connection names. |
DashboardSqlDataSource(String) | name | Initializes a new instance of the DashboardSqlDataSource class with the specified data source name. |
See Also