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