MPInterfacebImportServicePlanByAccess Method
|
Import a service plan using the table
MARIProjektImportWorkItemServicePlan out of the MS Access database. See
clsImportWorkItemServicePlan for details.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool bImportServicePlanByAccess(
string sDatabaseFileName,
clsImportBaseeImportMode nImportMode,
ref int sngCount,
ref int lCountImported
)
Public Function bImportServicePlanByAccess (
sDatabaseFileName As String,
nImportMode As clsImportBaseeImportMode,
ByRef sngCount As Integer,
ByRef lCountImported As Integer
) As Boolean
Parameters
- sDatabaseFileName
- Type: SystemString
Path and filename of the access databasefile MARIProjectImportData.mdb - nImportMode
- Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details. - sngCount
- Type: SystemInt32
- lCountImported
- Type: SystemInt32
Return Value
Type:
Boolean
Remarks
See Also