ProviderDataSourceOverride Class
Updated: May 24, 2016
Represents object that holds overriden properties of ProviderDataSource that are provided for the duration of refresh operation.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular.DataRefresh::DataSourceOverride
Microsoft.AnalysisServices.Tabular.DataRefresh::ProviderDataSourceOverride
| Name | Description | |
|---|---|---|
![]() | ProviderDataSourceOverride() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Account | Gets or sets the overriden account property of the original ProviderDataSource object. |
![]() | ConnectionString | Gets or sets the overriden ConnectionString property of the original ProviderDataSource object. |
![]() | ImpersonationMode | Gets or sets the overriden ImpersonationMode property of the original ProviderDataSource object. |
![]() | Isolation | Gets or sets the overriden isolation property of the original ProviderDataSource object. |
![]() | MaxConnections | Gets or sets the overriden MaxConnections property of the original ProviderDataSource object. |
![]() | OriginalObject | Gets or sets the Original ProviderDataSource object. |
![]() | Password | Gets or sets the overriden password property of the original ProviderDataSource object. |
![]() | Provider | Gets or sets the provider property of the original ProviderDataSource object. |
![]() | Timeout | Gets or sets the override Timeout property of the original ProviderDataSource object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


