ProviderDataSourceOverride Class

Definition

Represents object that holds overriden properties of ProviderDataSource that are provided for the duration of refresh operation.

public class ProviderDataSourceOverride : Microsoft.AnalysisServices.Tabular.DataRefresh.DataSourceOverride
type ProviderDataSourceOverride = class
    inherit DataSourceOverride
Public Class ProviderDataSourceOverride
Inherits DataSourceOverride
Inheritance
ProviderDataSourceOverride

Constructors

ProviderDataSourceOverride()

Constructor.

Properties

Account

Overriden Account property of the original ProviderDataSource object.

ConnectionString

Overriden ConnectionString property of the original ProviderDataSource object.

ImpersonationMode

Overriden ImpersonationMode property of the original ProviderDataSource object.

Isolation

Overriden Isolation property of the original ProviderDataSource object.

OriginalObject

Original ProviderDataSource object.

Password

Overriden Password property of the original ProviderDataSource object.

Provider

Overriden Provider property of the original ProviderDataSource object.

Timeout

Overriden Timeout property of the original ProviderDataSource object.

Applies to