Click or drag to resize

MPInterfacebImportQualityProcessQuestionLimitsByAccessDatabase Method

Reads the MS Access table MARIProjektImportQualityProcessQuestionLimits to import CheckList-Question-Limits. See clsImportQualityProcessQuestionLimits for details.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bImportQualityProcessQuestionLimitsByAccessDatabase(
	string sDatabaseFileName,
	clsImportBaseeImportMode nImportMode,
	ref int lCountEquipments,
	ref int lCountImported
)

Parameters

sDatabaseFileName
Type: SystemString
nImportMode
Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.
lCountEquipments
Type: SystemInt32
lCountImported
Type: SystemInt32

Return Value

Type: Boolean
Remarks