BlendingDetailsCopyDetails Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a list of ColumnCopyDetails that define how data should be copied from the source data tables to the target data table
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<ColumnCopyDetails> CopyDetails { get; set; }
Public Property CopyDetails As List(Of ColumnCopyDetails)
Get
Set
public:
virtual property List<ColumnCopyDetails^>^ CopyDetails {
List<ColumnCopyDetails^>^ get () sealed;
void set (List<ColumnCopyDetails^>^ value) sealed;
}
function get_CopyDetails();
function set_CopyDetails(value);
Return Value
Type:
ListColumnCopyDetailsA list of ColumnCopyDetails that define how data should be copied from the source data tables to the target data table
Implements
BlendingDetails_BlendingDetailsCopyDetailsSee Also