ProviderDataSourceOverride 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 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
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. |