StructuredDataSourceOverride Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents object that holds overriden properties of StructuredDataSource that are provided for the duration of refresh operation.
public class StructuredDataSourceOverride : Microsoft.AnalysisServices.Tabular.DataRefresh.DataSourceOverride
type StructuredDataSourceOverride = class
inherit DataSourceOverride
Public Class StructuredDataSourceOverride
Inherits DataSourceOverride
- Inheritance
Remarks
This override object is only supported when the compatibility level of the database is at 1400 or above.
Constructors
StructuredDataSourceOverride() |
Constructor. |
Properties
ConnectionDetails |
Overriden ConnectionDetails property of the original StructuredDataSource object. |
ContextExpression |
Overriden ContextExpression property of the original StructuredDataSource object. |
Credential |
Overriden Credential property of the original StructuredDataSource object. |
Options |
Overriden Options property of the original StructuredDataSource object. |
OriginalObject |
Original StructuredDataSource object. |