Sdílet prostřednictvím


StructuredDataSourceOverride Class

Definition

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
StructuredDataSourceOverride

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.

Applies to