ImportExportImportDbLinks Method |
|
DataPA OpenAnalytics API Reference
Import Links from the Database
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void ImportDbLinks(
string SystemName,
ref DataTable tblSelectedTables,
int TimeOut = 0,
bool IgnoreDuplicates = true,
ref Object ProgressBar = null,
ref Object ConnectText = null,
int AlertX = 100,
int AlertY = 100
)
Public Sub ImportDbLinks (
SystemName As String,
ByRef tblSelectedTables As DataTable,
Optional TimeOut As Integer = 0,
Optional IgnoreDuplicates As Boolean = true,
Optional ByRef ProgressBar As Object = Nothing,
Optional ByRef ConnectText As Object = Nothing,
Optional AlertX As Integer = 100,
Optional AlertY As Integer = 100
)
public:
void ImportDbLinks(
String^ SystemName,
DataTable^% tblSelectedTables,
int TimeOut = 0,
bool IgnoreDuplicates = true,
Object^% ProgressBar = nullptr,
Object^% ConnectText = nullptr,
int AlertX = 100,
int AlertY = 100
)
function ImportDbLinks(SystemName, tblSelectedTables, TimeOut, IgnoreDuplicates, ProgressBar, ConnectText, AlertX, AlertY);
Parameters
- SystemName
- Type: SystemString
Required. The system the links are loaded to - tblSelectedTables
- Type: System.DataDataTable
Required. DataTable containing list of tables to import. cTable(String) iDBID(Integer) iTableID(Integer) - TimeOut (Optional)
- Type: SystemInt32
Optional. Server timeout in seconds. - IgnoreDuplicates (Optional)
- Type: SystemBoolean
Optional (Default TRUE). Exisiting links are TRUE-skipped FALSE-overwritten - ProgressBar (Optional)
- Type: SystemObject
Optional. Progressbar. - ConnectText (Optional)
- Type: SystemObject
Optional. Textbox where "Please wait, connecting..." is displayed - AlertX (Optional)
- Type: SystemInt32
Optional. X co-ordinate for Desktop Alert window. - AlertY (Optional)
- Type: SystemInt32
Optional. Y co-ordinate for Desktop Alert window.
Remarks See Also