DataColumnOverride Class

 

Updated: May 24, 2016

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

Namespace:   Microsoft.AnalysisServices.Tabular.DataRefresh
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular.DataRefresh::ColumnOverride
    Microsoft.AnalysisServices.Tabular.DataRefresh::DataColumnOverride

public ref class DataColumnOverride : ColumnOverride

NameDescription
System_CAPS_pubmethodDataColumnOverride()

Constructor.

NameDescription
System_CAPS_pubpropertyOriginalObject

Gets or sets the original DataColumn object.

System_CAPS_pubpropertySourceColumn

Gets or sets the overriden SourceColumn property of the original DataColumn object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: