DataColumnOverride 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 DataColumn that are provided for the duration of refresh operation.
public class DataColumnOverride : Microsoft.AnalysisServices.Tabular.DataRefresh.ColumnOverride
type DataColumnOverride = class
inherit ColumnOverride
Public Class DataColumnOverride
Inherits ColumnOverride
- Inheritance
Constructors
DataColumnOverride() |
Constructor. |
Properties
OriginalObject |
Original DataColumn object. |
SourceColumn |
Overriden SourceColumn property of the original DataColumn object. |