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