RetailConnSCUploadManager.createDataBulkCopy Method [AX 2012]

Method adds the name of the target table, temp table and the name of the physical table to the list and returns the instance of RetailConnSCDataBulkCopy class.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public RetailConnSCDataBulkCopy createDataBulkCopy(
            TableName targetTempDBTableName, 
            container columnNames, 
           [str _tempDataFilePath])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public RetailConnSCDataBulkCopy createDataBulkCopy(TableName targetTempDBTableName, container columnNames)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public RetailConnSCDataBulkCopy createDataBulkCopy(TableName targetTableName, container columnNames)

Run On

Server

Parameters

targetTempDBTableName
Type: TableName Extended Data Type
Name of the target TempDB table.
columnNames
Type: container
Name of the fields.
_tempDataFilePath
Type: str

Return Value

Type: RetailConnSCDataBulkCopy Class
Instance of RetailConnSCDataBulkCopy class.

Community Additions

ADD
Show: