IEnterpriseServiceImportSQLSystems Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax DataSet ImportSQLSystems(
string UserID,
string Password,
string SecurityCode,
DataSet inputDS
)
Function ImportSQLSystems (
UserID As String,
Password As String,
SecurityCode As String,
inputDS As DataSet
) As DataSet
DataSet^ ImportSQLSystems(
String^ UserID,
String^ Password,
String^ SecurityCode,
DataSet^ inputDS
)
function ImportSQLSystems(UserID, Password, SecurityCode, inputDS);
Parameters
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
- inputDS
- Type: System.DataDataSet
Return Value
Type:
DataSetSee Also